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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 雍?h雍? | 11101000101101000011111101101000111010001011010000111111 | e8b43f68e8b43f |
EUC-JP | 雍?h雍? | 11110000101101100011111101101000111100001011011000111111 | f0b63f68f0b63f |
UTF-8 | 雍꿑h雍꿑 | 11101001100110111000110111101010101111111001000101101000111010011001101110001101111010101011111110010001 | e99b8deabf9168e99b8deabf91 |
UHC | 雍꿑h雍꿑 | 111010001011110010000101010011000110100011101000101111001000010101001100 | e8bc854c68e8bc854c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)