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 | BOBOB | 100110100100001010010111010011111001101001000010100101110100111101000010 | 9a42974f9a42974f42 |
SJIS-WIN | ?B?O?B?OB | 001111110100001000111111010011110011111101000010001111110100111101000010 | 3f423f4f3f423f4f42 |
EUC-JP | ?B?O?B?OB | 001111110100001000111111010011110011111101000010001111110100111101000010 | 3f423f4f3f423f4f42 |
UTF-8 | BOBOB | 11000010100110100100001011000010100101110100111111000010100110100100001011000010100101110100111101000010 | c29a42c2974fc29a42c2974f42 |
UHC | ?B?O?B?OB | 001111110100001000111111010011110011111101000010001111110100111101000010 | 3f423f4f3f423f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)