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 | 瓠??? | 1110000101000000001111110011111100111111 | e1403f3f3f |
EUC-JP | 瓠??? | 1110000110100001001111110011111100111111 | e1a13f3f3f |
UTF-8 | 瓠닺띷뵌 | 111001111001001110100000111010111000101110111010111010111001110110110111111010111011010110001100 | e793a0eb8bbaeb9db7ebb58c |
UHC | 瓠닺띷뵌 | 1111101111010010101101001110100010001101111001101011101011001000 | fbd2b4e88de6bac8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)