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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阿??儼? | 10001000101000100011111100111111100110010101011000111111 | 88a23f3f99563f |
EUC-JP | 阿??儼? | 10110000101001000011111100111111110100011011011100111111 | b0a43f3fd1b73f |
UTF-8 | 阿뗪퀡儼첕 | 111010011001100010111111111010111001011110101010111011011000000010100001111001011000010010111100111011001011001010010101 | e998bfeb97aaed80a1e584bcecb295 |
UHC | 阿뗪퀡儼첕 | 11100100101110011000101111101010101100111001010111100101111100001010101101000010 | e4b98beab395e5f0ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)