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 | 鹽?ズ? | 111010100110010000111111100000110101100100111111 | ea643f83593f |
EUC-JP | 鹽?ズ邕 | 1111001111000101001111111010010110111010100011111110000111101101 | f3c53fa5ba8fe1ed |
UTF-8 | 鹽양ズ邕 | 111010011011100110111101111011001001011010010001111000111000001010111010111010011000001010010101 | e9b9bdec9691e382bae98295 |
UHC | 鹽양ズ邕 | 1110011110100100101111101110011110101011101110101110100010111011 | e7a4bee7abbae8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)