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 | 鼇??鈺 | 111010101000011100111111001111111111101111000100 | ea873f3ffbc4 |
EUC-JP | 鼇??鈺 | 11110011111001110011111100111111100011111110001111010101 | f3e73f3f8fe3d5 |
UTF-8 | 鼇뤄쉬鈺 | 111010011011110010000111111010111010010010000100111011001000100110101100111010011000100010111010 | e9bc87eba484ec89ace988ba |
UHC | 鼇뤄쉬鈺 | 1110100010101000101101111110111110111101101011001110100010101101 | e8a8b7efbdace8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)