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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傲??倭? | 10011000111111000011111100111111100110000110000000111111 | 98fc3f3f98603f |
EUC-JP | 傲?Ŧ倭? | 110100001111111000111111100011111010100110101111110011111100000100111111 | d0fe3f8fa9afcfc13f |
UTF-8 | 傲잏Ŧ倭김 | 1110010110000010101100101110110010011110100011111100010110100110111001011000000010101101111010101011100110000000 | e582b2ec9e8fc5a6e580adeab980 |
UHC | 傲잏Ŧ倭김 | 11100111111011001001111111100111101010001010111011101000110111101011000111101000 | e7ec9fe7a8aee8deb1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)