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 | 騾樊ァォ諡 | 1110100110000000100111101110011010100111101010111110011010001011 | e9809ee6a7abe68b |
EUC-JP | 騾樊ァォ諡 | 11110001111000001101110011101000100011101010011110001110101010111110101111101011 | f1e0dce88ea78eabebeb |
UTF-8 | 騾樊ァォ諡 | 111010011010100010111110111001101010100010001010111011111011110110100111111011111011110110101011111010001010101110100001 | e9a8bee6a88aefbda7efbdabe8aba1 |
UHC | ?樊??諡 | 00111111110110111110000000111111001111111110001111001101 | 3fdbe03f3fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)