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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 簔珮珈簔珮珈B | 11100010110000011110000011100001111000001101101111100010110000011110000011100001111000001101101101000010 | e2c1e0e1e0dbe2c1e0e1e0db42 |
EUC-JP | 簔珮珈簔珮珈B | 11100100110000111110000011100011111000001101110111100100110000111110000011100011111000001101110101000010 | e4c3e0e3e0dde4c3e0e3e0dd42 |
UTF-8 | 簔珮珈簔珮珈B | 11100111101100001001010011100111100011111010111011100111100011111000100011100111101100001001010011100111100011111010111011100111100011111000100001000010 | e7b094e78faee78f88e7b094e78faee78f8842 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)