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 | 厭??鹽 | 100010010111110100111111001111111110101001100100 | 897d3f3fea64 |
EUC-JP | 厭??鹽 | 101100011101111000111111001111111111001111000101 | b1de3f3ff3c5 |
UTF-8 | 厭붻넑鹽 | 111001011000111010101101111010111011011010111011111010111000010010010001111010011011100110111101 | e58eadebb6bbeb8491e9b9bd |
UHC | 厭붻넑鹽 | 1110011011110100100101001110100010000110100111001110011110100100 | e6f494e8869ce7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)