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 | 禹??禹?? | 1110001001011010001111110011111111100010010110100011111100111111 | e25a3f3fe25a3f3f |
| EUC-JP | 禹??禹?? | 1110001110111011001111110011111111100011101110110011111100111111 | e3bb3f3fe3bb3f3f |
| UTF-8 | 禹언갑禹얹렱 | 111001111010011010111001111011001001011010111000111010101011000010010001111001111010011010111001111011001001011010111001111010111010000010110001 | e7a6b9ec96b8eab091e7a6b9ec96b9eba0b1 |
| UHC | 禹언갑禹얹렱 | 111010011110000010111110111100001011000010101001111010011110000010111110111100011000111010111110 | e9e0bef0b0a9e9e0bef18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)