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 | ???疫 | 0011111100111111001111111000100101110101 | 3f3f3f8975 |
EUC-JP | 邕??疫 | 10001111111000011110110100111111001111111011000111010110 | 8fe1ed3f3fb1d6 |
UTF-8 | 邕딈굲疫 | 111010011000001010010101111010111001010010001000111010101011010110110010111001111001011010101011 | e98295eb9488eab5b2e796ab |
UHC | 邕딈굲疫 | 1110100010111011100010101110111010000010100101011110011010111001 | e8bb8aee8295e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)