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 | 絲り碍矜 | 1110001101001110100000101110100010001010010101101110000111100000 | e34e82e88a56e1e0 |
EUC-JP | 絲り碍矜 | 1110010110101111101001001110101010110011101101111110001011100010 | e5afa4eab3b7e2e2 |
UTF-8 | 絲り碍矜 | 111001111011010110110010111000111000001010001010111001111010001010001101111001111001111110011100 | e7b5b2e3828ae7a28de79f9c |
UHC | 絲り碍矜 | 1101111011101010101010101110101011100100111101001101000011101000 | deeaaaeae4f4d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)