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 | 100100100101110010010001100111111001001001011100100100011001111101000010 | 925c919f925c919f42 |
SJIS-WIN | ?\???\??B | 001111110101110000111111001111110011111101011100001111110011111101000010 | 3f5c3f3f3f5c3f3f42 |
EUC-JP | ?\???\??B | 001111110101110000111111001111110011111101011100001111110011111101000010 | 3f5c3f3f3f5c3f3f42 |
UTF-8 | \\B | 110000101001001001011100110000101001000111000010100111111100001010010010010111001100001010010001110000101001111101000010 | c2925cc291c29fc2925cc291c29f42 |
UHC | ?\???\??B | 001111110101110000111111001111110011111101011100001111110011111101000010 | 3f5c3f3f3f5c3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)