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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渧雫燁室 | 1111101101001000100011101011010011111011010110011000111010111010 | fb488eb4fb598eba |
EUC-JP | 渧雫燁室 | 10001111110001111110101110111100101101101000111111001010101100111011110010111100 | 8fc7ebbcb68fcab3bcbc |
UTF-8 | 渧雫燁室 | 111001101011100010100111111010011001101110101011111001111000011110000001111001011010111010100100 | e6b8a7e99babe78781e5aea4 |
UHC | ??燁室 | 001111110011111111100111101001111110001111111000 | 3f3fe7a7e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)