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 | 00111111001111110011111101111010 | 3f3f3f7a |
EUC-JP | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
UTF-8 | 채청창z | 11101100101100011000010011101100101100101010110111101100101100001011110101111010 | ecb184ecb2adecb0bd7a |
UHC | 채청창z | 11000011101001001100001110111011110000111010001001111010 | c3a4c3bbc3a27a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)