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 | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 嶸ァ巐倣弍K | 11111010101101001010011111111010101101101001010111101101100110001010111101001011 | fab4a7fab695ed98af4b |
EUC-JP | 嶸ァ巐倣弍K | 10001111101110111111010010001110101001111000111110111011111110011100101011101111110100001011000101001011 | 8fbbf48ea78fbbf9caefd0b14b |
UTF-8 | 嶸ァ巐倣弍K | 11100101101101101011100011101111101111011010011111100101101101111001000011100101100000001010001111100101101111001000110101001011 | e5b6b8efbda7e5b790e580a3e5bc8d4b |
UHC | 嶸??倣?K | 1110011110101110001111110011111111011011101001110011111101001011 | e7ae3f3fdba73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)