To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逹セ緕ォ繖セ | 111001111001110110111110111000111000111010101011111000111000010010111110 | e79dbee38eabe384be |
EUC-JP | 逹セ緕ォ繖セ | 111011011111110110001110101111101110010111101110100011101010101111100101111001001000111010111110 | edfd8ebee5ee8eabe5e48ebe |
UTF-8 | 逹セ緕ォ繖セ | 111010011000000010111001111011111011110110111110111001111011011110010101111011111011110110101011111001111011100110010110111011111011110110111110 | e980b9efbdbee7b795efbdabe7b996efbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)