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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | ?ぁ???C | 00111111100000101001111100111111001111110011111101000011 | 3f829f3f3f3f43 |
EUC-JP | ?ぁ???C | 00111111101001001010000100111111001111110011111101000011 | 3fa4a13f3f3f43 |
UTF-8 | 룶ぁ熉룶엌C | 11101011101000111011011011100011100000011000000111100111100001101000100111101011101000111011011011101100100101111000110001000011 | eba3b6e38181e78689eba3b6ec978c43 |
UHC | 룶ぁ熉룶엌C | 1000111110101011101010101010000111101001111110111000111110101011101111101111110101000011 | 8fabaaa1e9fb8fabbefd43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)