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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 簔 | 11110010111000111111011110101010111100001110111111100010110000011111011011100010 | f2e3f7aaf0efe2c1f6e2 |
EUC-JP | ???簔? | 001111110011111100111111111001001100001100111111 | 3f3f3fe4c33f |
UTF-8 | 簔 | 111011101000100010011010111011101001011010001101111011101000001010101110111001111011000010010100111011101001010010001001 | ee889aee968dee82aee7b094ee9489 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)