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 | 依???辛? | 1000100011001011001111110011111100111111100100000110100000111111 | 88cb3f3f3f90683f |
| EUC-JP | 依???辛? | 1011000011001101001111110011111100111111101111111100100100111111 | b0cd3f3f3fbfc93f |
| UTF-8 | 依몄렲렠辛랜 | 111001001011111010011101111010111010101010000100111010111010000010110010111010111010000010100000111010001011111010011011111010111001111010011100 | e4be9debaa84eba0b2eba0a0e8be9beb9e9c |
| UHC | 依몄렲렠辛랜 | 111010111110111010111000111011001000111010111111100011101011000111100011111101001011011110100011 | ebeeb8ec8ebf8eb1e3f4b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)