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 | 症?之??? | 1000111111000111001111111001010001010110001111110011111100111111 | 8fc73f94563f3f3f |
EUC-JP | 症?之??? | 1011111011001001001111111100011110110111001111110011111100111111 | bec93fc7b73f3f3f |
UTF-8 | 症렜之쿰렰렍 | 111001111001011110000111111010111010000010011100111001001011100110001011111011001011111110110000111010111010000010110000111010111010000010001101 | e79787eba09ce4b98becbfb0eba0b0eba08d |
UHC | 症렜之쿰렰렍 | 111100011111100010001110101011101111000111111101110001001111000110001110101111011000111010100011 | f1f88eaef1fdc4f18ebd8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)