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 | 遽型遽型 | 1110011110101111100011000101111011100111101011111000110001011110 | e7af8c5ee7af8c5e |
EUC-JP | 遽型遽型 | 1110111010110001101101111011111111101110101100011011011110111111 | eeb1b7bfeeb1b7bf |
UTF-8 | 遽型遽型 | 111010011000000110111101111001011001111010001011111010011000000110111101111001011001111010001011 | e981bde59e8be981bde59e8b |
UHC | 遽型遽型 | 1100101111101000111110101111111011001011111010001111101011111110 | cbe8fafecbe8fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)