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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贍?贍?^ | 11100110110101100011111111100110110101100011111101011110 | e6d63fe6d63f5e |
EUC-JP | 贍渲贍渲^ | 1110110011011000100011111100011111101100111011001101100010001111110001111110110001011110 | ecd88fc7ececd88fc7ec5e |
UTF-8 | 贍渲贍渲^ | 11101000101101001000110111100110101110001011001011101000101101001000110111100110101110001011001001011110 | e8b48de6b8b2e8b48de6b8b25e |
UHC | 贍渲贍渲^ | 111000001110101111100000110000101110000011101011111000001100001001011110 | e0ebe0c2e0ebe0c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)