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 | 額??倚ф? | 100010100111101000111111001111111001100011011111100001001000011000111111 | 8a7a3f3f98df84863f |
EUC-JP | 額??倚ф? | 101100111101101100111111001111111101000011100001101001111110011000111111 | b3db3f3fd0e1a7e63f |
UTF-8 | 額곗눊倚ф츎 | 1110100110100001100011011110101010110011100101111110101110001000100010101110010110000000100110101101000110000100111011001011100010001110 | e9a18deab397eb888ae5809ad184ecb88e |
UHC | 額곗눊倚ф츎 | 111001001111111010110000111011001000011110101000111010111110111110101100111001101010111010001001 | e4feb0ec87a8ebeface6ae89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)