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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | ?腺?z | 0011111110010001010000100011111101111010 | 3f91423f7a |
EUC-JP | 縯腺?z | 10001111110101001100101111000001101000110011111101111010 | 8fd4cbc1a33f7a |
UTF-8 | 縯腺걇z | 11100111101110001010111111101000100001011011101011101010101100011000011101111010 | e7b8afe885baeab1877a |
UHC | 縯腺걇z | 11100110111000001110000011001101100000010110111101111010 | e6e0e0cd816f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)