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 | ?咽櫛??? | 0011111110001000111101001000101111111001001111110011111100111111 | 3f88f48bf93f3f3f |
EUC-JP | ?咽櫛??? | 0011111110110000111101101011011011111011001111110011111100111111 | 3fb0f6b6fb3f3f3f |
UTF-8 | 앉咽櫛렟렿렍 | 111011001001010110001001111001011001001010111101111001101010101110011011111010111010000010011111111010111010000010111111111010111010000010001101 | ec9589e592bde6ab9beba09feba0bfeba08d |
UHC | 앉咽櫛렟렿렍 | 101111101100100111101100110101101111000111101110100011101011000010001110110001111000111010100011 | bec9ecd6f1ee8eb08ec78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)