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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???驛??\ | 0011111100111111001111111110100110000011001111110011111101011100 | 3f3f3fe9833f3f5c |
EUC-JP | ???驛??\ | 0011111100111111001111111111000111100011001111110011111101011100 | 3f3f3ff1e33f3f5c |
UTF-8 | 緣끻폀驛듣뮅\ | 11100111101101111010001111101011100000011011101111101101100011111000000011101001101010011001101111101011100100111010001111101011101011101000010101011100 | e7b7a3eb81bbed8f80e9a99beb93a3ebae855c |
UHC | 緣끻폀驛듣뮅\ | 11100110110111101000010111100101101111001000111111100110101111101011010111101000100100101001010001011100 | e6de85e5bc8fe6beb5e892945c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)