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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔭頭? | 1000100011111100100100111010101000111111 | 88fc93aa3f |
EUC-JP | 蔭頭? | 1011000011111110110001101010110000111111 | b0fec6ac3f |
UTF-8 | 蔭頭릊 | 111010001001010010101101111010011010000010101101111010111010011010001010 | e894ade9a0adeba68a |
UHC | 蔭頭릊 | 111010111110001111010100111010011011100010101011 | ebe3d4e9b8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)