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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ?斤????? | 0011111110001011110100100011111100111111001111110011111100111111 | 3f8bd23f3f3f3f3f |
| EUC-JP | ?斤????? | 0011111110110110110101000011111100111111001111110011111100111111 | 3fb6d43f3f3f3f3f |
| UTF-8 | 렻斤후렊렻뵀렋 | 111010111010000010111011111001101001011010100100111011011001101110000100111010111010000010001010111010111010000010111011111010111011010110000000111010111010000010001011 | eba0bbe696a4ed9b84eba08aeba0bbebb580eba08b |
| UHC | 렻斤후렊렻뵀렋 | 1000111011000011110100001100010111001000110001001000111010100001100011101100001110111010110001011000111010100010 | 8ec3d0c5c8c48ea18ec3bac58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)