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 | 鼇??搖 | 111010101000011100111111001111111001110110001010 | ea873f3f9d8a |
EUC-JP | 鼇??搖 | 111100111110011100111111001111111101100111101010 | f3e73f3fd9ea |
UTF-8 | 鼇묋괍搖 | 111010011011110010000111111010111010110010001011111010101011010010001101111001101001000010010110 | e9bc87ebac8beab48de69096 |
UHC | 鼇묋괍搖 | 1110100010101000100100011110100010110001101000101110100011110100 | e8a891e8b1a2e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)