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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓠???? | 111000010100000000111111001111110011111100111111 | e1403f3f3f3f |
EUC-JP | 瓠???? | 111000011010000100111111001111110011111100111111 | e1a13f3f3f3f |
UTF-8 | 瓠닺렯흔땐 | 111001111001001110100000111010111000101110111010111010111010000010101111111011011001110110010100111010111001010110010000 | e793a0eb8bbaeba0afed9d94eb9590 |
UHC | 瓠닺렯흔땐 | 11111011110100101011010011101000100011101011110011001000111001111011011010101001 | fbd2b4e88ebcc8e7b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)