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 | 額??倚ч? | 100010100111101000111111001111111001100011011111100001001000100100111111 | 8a7a3f3f98df84893f |
EUC-JP | 額??倚ч? | 101100111101101100111111001111111101000011100001101001111110100100111111 | b3db3f3fd0e1a7e93f |
UTF-8 | 額곗눊倚ч씣 | 1110100110100001100011011110101010110011100101111110101110001000100010101110010110000000100110101101000110000111111011001001010010100011 | e9a18deab397eb888ae5809ad187ec94a3 |
UHC | 額곗눊倚ч씣 | 111001001111111010110000111011001000011110101000111010111110111110101100111010011001110110110111 | e4feb0ec87a8ebeface99db7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)