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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 梧??曖?? | 1000110011100110001111110011111110011110010000100011111100111111 | 8ce63f3f9e423f3f |
EUC-JP | 梧??曖?? | 1011100011101000001111110011111111011011101000110011111100111111 | b8e83f3fdba33f3f |
UTF-8 | 梧귛ㄵ曖뽬콖 | 111001101010001010100111111010101011011110011011111000111000010010110101111001101001101110010110111010111011110110101100111011001011110110010110 | e6a2a7eab79be384b5e69b96ebbdacecbd96 |
UHC | 梧귛ㄵ曖뽬콖 | 111001111111110010000010111001011010010010100101111001001111001010010110111010001011000110010000 | e7fc82e5a4a5e4f296e8b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)