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 | 鞐樊ァォ蓊 | 1110100011011110100111101110011010100111101010111110010011100001 | e8de9ee6a7abe4e1 |
EUC-JP | 鞐樊ァォ蓊 | 11110000111000001101110011101000100011101010011110001110101010111110100011100011 | f0e0dce88ea78eabe8e3 |
UTF-8 | 鞐樊ァォ蓊 | 111010011001111010010000111001101010100010001010111011111011110110100111111011111011110110101011111010001001001110001010 | e99e90e6a88aefbda7efbdabe8938a |
UHC | ?樊??? | 001111111101101111100000001111110011111100111111 | 3fdbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)