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 | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 驛??驛??k | 111010011000001100111111001111111110100110000011001111110011111101101011 | e9833f3fe9833f3f6b |
EUC-JP | 驛??驛??k | 111100011110001100111111001111111111000111100011001111110011111101101011 | f1e33f3ff1e33f3f6b |
UTF-8 | 驛득굢驛듕툋k | 11101001101010011001101111101011100100111001110111101010101101011010001011101001101010011001101111101011100100111001010111101101100010001000101101101011 | e9a99beb939deab5a2e9a99beb9395ed888b6b |
UHC | 驛득굢驛듕툋k | 11100110101111101011010111100110100000101000100111100110101111101011010111100100101110001000001101101011 | e6beb5e68289e6beb5e4b8836b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)