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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | 繇??? | 100011111101010011010001001111110011111100111111 | 8fd4d13f3f3f |
| UTF-8 | 繇뉖젾輦 | 111001111011100110000111111010111000100110010110111011001010000010111110111011111010011010011000 | e7b987eb8996eca0beefa698 |
| UHC | 繇뉖젾輦 | 1110100110100011100001111110101110100000101100001110011011100100 | e9a387eba0b0e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)