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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毬哺眄 | 100111110111101110011010010011011110000110111110 | 9f7b9a4de1be |
EUC-JP | 毬哺眄 | 110111011101110011010011101011101110001011000000 | dddcd3aee2c0 |
UTF-8 | 毬哺眄 | 111001101010111110101100111001011001001110111010111001111001110010000100 | e6aface593bae79c84 |
UHC | 毬哺眄 | 110011111011001111111000110101001101100011111000 | cfb3f8d4d8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)