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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 錠??雍?^ | 1000111111111001001111110011111111101000101101000011111101011110 | 8ff93f3fe8b43f5e |
EUC-JP | 錠??雍?^ | 1011111011111011001111110011111111110000101101100011111101011110 | befb3f3ff0b63f5e |
UTF-8 | 錠븃爛雍렖^ | 11101001100011001010000011101011101110001000001111101111101001001001111011101001100110111000110111101011101000001001011001011110 | e98ca0ebb883efa49ee99b8deba0965e |
UHC | 錠븃爛雍렖^ | 1110111111111100101110101110100011010001111011111110100010111100100011101010101101011110 | effcbae8d1efe8bc8eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)