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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???棺 | 0011111100111111001111111000101010111011 | 3f3f3f8abb |
| EUC-JP | ???棺 | 0011111100111111001111111011010010111101 | 3f3f3fb4bd |
| UTF-8 | 僚밸쨸棺 | 111011111010011010111011111010111011000010111000111011001010100010111000111001101010001110111010 | efa6bbebb0b8eca8b8e6a3ba |
| UHC | 僚밸쨸棺 | 1110100011101000101110011110101110100100100100101100111010110010 | e8e8b9eba492ceb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)