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 | ??????ZB | 0011111100111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f3f5a42 |
SJIS-WIN | 絶?????ZB | 100100001110001000111111001111110011111100111111001111110101101001000010 | 90e23f3f3f3f3f5a42 |
EUC-JP | 絶?????ZB | 110000001110010000111111001111110011111100111111001111110101101001000010 | c0e43f3f3f3f3f5a42 |
UTF-8 | 絶귝튂說섓슥ZB | 1110011110110101101101101110101010110111100111011110110110001010100000101110111110100110101000011110110010000100100100111110110010001010101001010101101001000010 | e7b5b6eab79ded8a82efa6a1ec8493ec8aa55a42 |
UHC | 絶귝튂說섓슥ZB | 1110111110111110100000101110011010111001100110001110011011110010100110001110111110111101101110110101101001000010 | efbe82e6b998e6f298efbdbb5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)