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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 娼チ。゙将ョh | 100011111010100111000001101000011101111010001111101010111010111001101000 | 8fa9c1a1de8fabae68 |
EUC-JP | 娼チ。゙将ョh | 10111110101010111000111011000001100011101010000110001110110111101011111010101101100011101010111001101000 | beab8ec18ea18edebead8eae68 |
UTF-8 | 娼チ。゙将ョh | 11100101101010001011110011101111101111101000000111101111101111011010000111101111101111101001111011100101101100001000011011101111101111011010111001101000 | e5a8bcefbe81efbda1efbe9ee5b086efbdae68 |
UHC | 娼?????h | 1111001111011110001111110011111100111111001111110011111101101000 | f3de3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)