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 | 艾?+ | 1110010010001000001111111000000101111011 | e4883f817b |
EUC-JP | 艾?+ | 1110011111101000001111111010000111011100 | e7e83fa1dc |
UTF-8 | 艾쒕+ | 111010001000100110111110111011001001001010010101111011111011110010001011 | e889beec9295efbc8b |
UHC | 艾쒕+ | 111001001111010110011100111010111010001110101011 | e4f59ceba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)