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 | 娃??鈺?? | 1000100010100001001111110011111111111011110001000011111100111111 | 88a13f3ffbc43f3f |
| EUC-JP | 娃??鈺?? | 101100001010001100111111001111111000111111100011110101010011111100111111 | b0a33f3f8fe3d53f3f |
| UTF-8 | 娃띰쉠鈺싨봄 | 111001011010100010000011111010111001110110110000111011001000100110100000111010011000100010111010111011001000101110101000111010111011010010000100 | e5a883eb9db0ec89a0e988baec8ba8ebb484 |
| UHC | 娃띰쉠鈺싨봄 | 111010001101111110110110111011111011110110101010111010001010110110011010111001101011101010111101 | e8dfb6efbdaae8ad9ae6babd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)