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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴦??? | 1110100111110001001111110011111100111111 | e9f13f3f3f |
EUC-JP | 鴦??獒 | 11110010111100110011111100111111100011111100101110111011 | f2f33f3f8fcbbb |
UTF-8 | 鴦잙젛獒 | 111010011011010010100110111011001001111010011001111011001010000010011011111001111000110110010010 | e9b4a6ec9e99eca09be78d92 |
UHC | 鴦잙젛獒 | 1110010011101100100111111110101110100000100101111110100010100011 | e4ec9feba097e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)