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 | ??ズ疫?? | 0011111100111111100000110101100110001001011101010011111100111111 | 3f3f835989753f3f |
| EUC-JP | ??ズ疫?? | 0011111100111111101001011011101010110001110101100011111100111111 | 3f3fa5bab1d63f3f |
| UTF-8 | 緣끿ズ疫쒍툋 | 111001111011011110100011111010111000000110111111111000111000001010111010111001111001011010101011111011001001001010001101111011011000100010001011 | e7b7a3eb81bfe382bae796abec928ded888b |
| UHC | 緣끿ズ疫쒍툋 | 111001101101111010000101111001111010101110111010111001101011100110011100111001001011100010000011 | e6de85e7abbae6b99ce4b883 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)