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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 驛??\ | 1110100110000011001111110011111101011100 | e9833f3f5c |
EUC-JP | 驛??\ | 1111000111100011001111110011111101011100 | f1e33f3f5c |
UTF-8 | 驛듣뮅\ | 11101001101010011001101111101011100100111010001111101011101011101000010101011100 | e9a99beb93a3ebae855c |
UHC | 驛듣뮅\ | 11100110101111101011010111101000100100101001010001011100 | e6beb5e892945c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)