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 | ????ヨ? | 00111111001111110011111100111111100000111000100000111111 | 3f3f3f3f83883f |
EUC-JP | ????ヨ? | 00111111001111110011111100111111101001011110100000111111 | 3f3f3f3fa5e83f |
UTF-8 | 樂뽬쎗略ヨ옝 | 111011111010011010111111111010111011110110101100111011001000111010010111111011111010010110110110111000111000001110101000111011001001100010011101 | efa6bfebbdacec8e97efa5b6e383a8ec989d |
UHC | 樂뽬쎗略ヨ옝 | 111010001111100110010110111010001001101110111110111001011011001010101011111010001001111010011111 | e8f996e89bbee5b2abe89e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)