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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | セマ蒔ショh | 10111110110011111000111010101010101111001010111001101000 | becf8eaabcae68 |
EUC-JP | セマ蒔ショh | 1000111010111110100011101100111110111100101011001000111010111100100011101010111001101000 | 8ebe8ecfbcac8ebc8eae68 |
UTF-8 | セマ蒔ショh | 11101111101111011011111011101111101111101000111111101000100100101001010011101111101111011011110011101111101111011010111001101000 | efbdbeefbe8fe89294efbdbcefbdae68 |
UHC | ??蒔??h | 00111111001111111110001111001000001111110011111101101000 | 3f3fe3c83f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)