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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 垣肯?? | 100010100101111110001101011011010011111100111111 | 8a5f8d6d3f3f |
EUC-JP | 垣肯?? | 101100111100000010111001110011100011111100111111 | b3c0b9ce3f3f |
UTF-8 | 垣肯렜렕 | 111001011001111010100011111010001000001010101111111010111010000010011100111010111010000010010101 | e59ea3e882afeba09ceba095 |
UHC | 垣肯렜렕 | 1110101010101111110100001110100110001110101011101000111010101010 | eaafd0e98eae8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)