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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 祜??? | 100011111101000011011000001111110011111100111111 | 8fd0d83f3f3f |
UTF-8 | 祜얗렧숲 | 111001111010010110011100111011001001011010010111111010111010000010100111111011001000100010110010 | e7a59cec9697eba0a7ec88b2 |
UHC | 祜얗렧숲 | 1111101111010100101111101110100110001110101101101011110110100011 | fbd4bee98eb6bda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)