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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????こ | 00111111001111110011111100111111001111111000001010110001 | 3f3f3f3f3f82b1 |
EUC-JP | ?????こ | 00111111001111110011111100111111001111111010010010110011 | 3f3f3f3f3fa4b3 |
UTF-8 | 룶쨵◈룫횕こ | 111010111010001110110110111011001010100010110101111000101001011110001000111010111010001110101011111011011001101010010101111000111000000110010011 | eba3b6eca8b5e29788eba3abed9a95e38193 |
UHC | 룶쨵◈룫횕こ | 100011111010101110100100100011111010001011000010100011111010001011000011100011111010101010110011 | 8faba48fa2c28fa2c38faab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)