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 | ÂBTÂBTB | 110000101001001001000010010101001100001010010010010000100101010001000010 | c2924254c292425442 |
SJIS-WIN | ??BT??BTB | 001111110011111101000010010101000011111100111111010000100101010001000010 | 3f3f42543f3f425442 |
EUC-JP | Â?BTÂ?BTB | 10001111101010101010010000111111010000100101010010001111101010101010010000111111010000100101010001000010 | 8faaa43f42548faaa43f425442 |
UTF-8 | ÂBTÂBTB | 11000011100000101100001010010010010000100101010011000011100000101100001010010010010000100101010001000010 | c382c2924254c382c292425442 |
UHC | ??BT??BTB | 001111110011111101000010010101000011111100111111010000100101010001000010 | 3f3f42543f3f425442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)