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 | 鈺??妊λ? | 111110111100010000111111001111111001010001000100100000111100100100111111 | fbc43f3f944483c93f |
EUC-JP | 鈺??妊λ? | 10001111111000111101010100111111001111111100011110100101101001101100101100111111 | 8fe3d53f3fc7a5a6cb3f |
UTF-8 | 鈺됰툝妊λ쨰 | 1110100110001000101110101110101110010000101100001110110110001000100111011110010110100110100010101100111010111011111011001010100010110000 | e988baeb90b0ed889de5a68acebbeca8b0 |
UHC | 鈺됰툝妊λ쨰 | 111010001010110110001001111010111011100010010100111011001111010010100101111010111010010010001010 | e8ad89ebb894ecf4a5eba48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)