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 | ???沆? | 001111110011111100111111111110101111011100111111 | 3f3f3ffaf73f |
EUC-JP | ???沆? | 00111111001111110011111110001111110001101110101000111111 | 3f3f3f8fc6ea3f |
UTF-8 | 嶺뚣룓沆쀯 | 111011111010011010101011111010111001101010100011111010111010001110010011111001101011001010000110111011001000000010101111 | efa6abeb9aa3eba393e6b286ec80af |
UHC | 嶺뚣룓沆쀯 | 11100111101011011000110011100011100011111001000011111001111110101001011111101111 | e7ad8ce38f90f9fa97ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)