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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訝??耶ヨ? | 111001100110001000111111001111111001011011101011100000111000100000111111 | e6623f3f96eb83883f |
EUC-JP | 訝??耶ヨ? | 111010111100001100111111001111111100110011101101101001011110100000111111 | ebc33f3fcceda5e83f |
UTF-8 | 訝방쓳耶ヨ큹 | 111010001010100010011101111010111011000010101001111011001001001110110011111010001000000010110110111000111000001110101000111011011000000110111001 | e8a89debb0a9ec93b3e880b6e383a8ed81b9 |
UHC | 訝방쓳耶ヨ큹 | 111001001011100010111001111001101001110110010001111001011010110110101011111010001011010010001000 | e4b8b9e69d91e5adabe8b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)