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?篆 | 00111111111000101011110101101000001111111110001010111101 | 3fe2bd683fe2bd |
EUC-JP | ?篆h?篆 | 00111111111001001011111101101000001111111110010010111111 | 3fe4bf683fe4bf |
UTF-8 | 뤞篆h뤞篆 | 11101011101001001001111011100111101011111000011001101000111010111010010010011110111001111010111110000110 | eba49ee7af8668eba49ee7af86 |
UHC | 뤞篆h뤞篆 | 100011111100110111101111101010100110100010001111110011011110111110101010 | 8fcdefaa688fcdefaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)