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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驍界驍界B | 111010011000001010001010010001011110100110000010100010100100010101000010 | e9828a45e9828a4542 |
EUC-JP | 驍界驍界B | 111100011110001010110011101001101111000111100010101100111010011001000010 | f1e2b3a6f1e2b3a642 |
UTF-8 | 驍界驍界B | 11101001101010011000110111100111100101011000110011101001101010011000110111100111100101011000110001000010 | e9a98de7958ce9a98de7958c42 |
UHC | 驍界驍界B | 111111011010010011001101101000111111110110100100110011011010001101000010 | fda4cda3fda4cda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)