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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 擁擁B | 1001011101101001100101110110100101000010 | 9769976942 |
EUC-JP | 擁擁B | 1100110111001010110011011100101001000010 | cdcacdca42 |
UTF-8 | 擁擁B | 11100110100100111000000111100110100100111000000101000010 | e69381e6938142 |
UHC | 擁擁B | 1110100010110110111010001011011001000010 | e8b6e8b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)