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 | 雨莖??辛? | 100010010100101011100100101100010011111100111111100100000110100000111111 | 894ae4b13f3f90683f |
EUC-JP | 雨莖??辛? | 101100011010101111101000101100110011111100111111101111111100100100111111 | b1abe8b33f3fbfc93f |
UTF-8 | 雨莖렡렯辛렗 | 111010011001101110101000111010001000111010010110111010111010000010100001111010111010000010101111111010001011111010011011111010111010000010010111 | e99ba8e88e96eba0a1eba0afe8be9beba097 |
UHC | 雨莖렡렯辛렗 | 111010011110101111001100111011001000111010110010100011101011110011100011111101001000111010101100 | e9ebccec8eb28ebce3f48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)