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 | ???萸?? | 00111111001111110011111111100100110011100011111100111111 | 3f3f3fe4ce3f3f |
EUC-JP | 邕??萸?? | 100011111110000111101101001111110011111111101000110100000011111100111111 | 8fe1ed3f3fe8d03f3f |
UTF-8 | 邕잛뜾萸먫퍨 | 111010011000001010010101111011001001111010011011111010111001110010111110111010001001000010111000111010111010100010101011111011011000110110101000 | e98295ec9e9beb9cbee890b8eba8abed8da8 |
UHC | 邕잛뜾萸먫퍨 | 111010001011101110011111111011001000110110111001111010111010110110010000111010001011101110011111 | e8bb9fec8db9ebad90e8bb9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)