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 | 癲??揖ロ? | 111000011001111100111111001111111001011101001011100000111000110100111111 | e19f3f3f974b838d3f |
EUC-JP | 癲??揖ロ? | 111000101010000100111111001111111100110110101100101001011110110100111111 | e2a13f3fcdaca5ed3f |
UTF-8 | 癲앷퀣揖ロ걫 | 111001111001100110110010111011001001010110110111111011011000000010100011111001101000111110010110111000111000001110101101111010101011000110101011 | e799b2ec95b7ed80a3e68f96e383adeab1ab |
UHC | 癲앷퀣揖ロ걫 | 111011111010011010011101111010101011001110010111111010111110011110101011111011011000000110010100 | efa69deab397ebe7abed8194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)