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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 儀?儀?B | 10001011010101100011111110001011010101100011111101000010 | 8b563f8b563f42 |
EUC-JP | 儀?儀?B | 10110101101101110011111110110101101101110011111101000010 | b5b73fb5b73f42 |
UTF-8 | 儀쏣儀쏣B | 11100101100001001000000011101100100011111010001111100101100001001000000011101100100011111010001101000010 | e58480ec8fa3e58480ec8fa342 |
UHC | 儀쏣儀쏣B | 111010111111000010011100010001011110101111110000100111000100010101000010 | ebf09c45ebf09c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)