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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 黎앹떔璘뺝선 | 111011111010011010001001111011001001010110111001111010111001011010010100111011111010011110101111111010111011101010011101111011001000010010100000 | efa689ec95b9eb9694efa7afebba9dec84a0 |
| UHC | 黎앹떔璘뺝선 | 111001101011000110011101111011001000101110101010111011001101111010010101111001011011110010110001 | e6b19dec8baaecde95e5bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)