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 | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | 籖牙ずH膀 | 111000101101110110001001111001011000001010111000010010001110010001001110 | e2dd89e582b848e44e |
EUC-JP | 籖牙ずH膀 | 111001001101111110110010111001111010010010111010010010001110011110101111 | e4dfb2e7a4ba48e7af |
UTF-8 | 籖牙ずH膀 | 11100111101100011001011011100111100010011001100111100011100000011001101001001000111010001000011010000000 | e7b196e78999e3819a48e88680 |
UHC | ?牙ずH膀 | 0011111111100100101100111010101010111010010010001101101110111001 | 3fe4b3aaba48dbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)