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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 醯??? | 1110011111001111001111110011111100111111 | e7cf3f3f3f |
EUC-JP | 醯??蔣 | 11101110110100010011111100111111100011111101100110110110 | eed13f3f8fd9b6 |
UTF-8 | 醯됵풏蔣 | 111010011000011010101111111010111001000010110101111011011001001010001111111010001001010010100011 | e986afeb90b5ed928fe894a3 |
UHC | 醯됵풏蔣 | 1111101110111000100010011110111110111110100100111110110111111000 | fbb889efbe93edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)