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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕭決痕 | 111001010100101010001100100010001000110110101101 | e54a8c888dad |
EUC-JP | 蕭決痕 | 111010011010101110110111111010001011101010101111 | e9abb7e8baaf |
UTF-8 | 蕭決痕 | 111010001001010110101101111001101011000110111010111001111001011110010101 | e895ade6b1bae79795 |
UHC | 蕭決痕 | 111000011100101111001100101111011111110111011101 | e1cbccbdfddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)