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 | 鼇??譽 | 111010101000011100111111001111111110011010100011 | ea873f3fe6a3 |
EUC-JP | 鼇??譽 | 111100111110011100111111001111111110110010100101 | f3e73f3feca5 |
UTF-8 | 鼇귟몳譽 | 111010011011110010000111111010101011011110011111111010111010101010110011111010001010110110111101 | e9bc87eab79febaab3e8adbd |
UHC | 鼇귟몳譽 | 1110100010101000100000101110100010010001100110111110011111100010 | e8a882e8919be7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)