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 | 雍?訝亥?? | 111010001011010000111111111001100110001010001000111001010011111100111111 | e8b43fe66288e53f3f |
EUC-JP | 雍?訝亥?? | 111100001011011000111111111010111100001110110000111001110011111100111111 | f0b63febc3b0e73f3f |
UTF-8 | 雍됿訝亥욥슌 | 111010011001101110001101111010111001000010111111111010001010100010011101111001001011101010100101111011001001101010100101111011001000101010001100 | e99b8deb90bfe8a89de4baa5ec9aa5ec8a8c |
UHC | 雍됿訝亥욥슌 | 111010001011110010001001111110011110010010111000111110101010010010111111111010011001101010011100 | e8bc89f9e4b8faa4bfe99a9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)