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 | 偕?志? | 100110001111000100111111100011100111010100111111 | 98f13f8e753f |
| EUC-JP | 偕?志? | 110100001111001100111111101110111101011000111111 | d0f33fbbd63f |
| UTF-8 | 偕렚志렞 | 111001011000000110010101111010111010000010011010111001011011111110010111111010111010000010011110 | e58195eba09ae5bf97eba09e |
| UHC | 偕렚志렞 | 1111101010100101100011101010110111110010101001001000111010101111 | faa58eadf2a48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)