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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 獸猾猩A籖珈 | 1110000011010111111000001100111111100000110011010100000111100010110111011110000011011011 | e0d7e0cfe0cd41e2dde0db |
EUC-JP | 獸猾猩A籖珈 | 1110000011011001111000001101000111100000110011110100000111100100110111111110000011011101 | e0d9e0d1e0cf41e4dfe0dd |
UTF-8 | 獸猾猩A籖珈 | 11100111100011011011100011100111100011001011111011100111100011001010100101000001111001111011000110010110111001111000111110001000 | e78db8e78cbee78ca941e7b196e78f88 |
UHC | 獸猾猩A?? | 111000101010111011111100110000101110000011111010010000010011111100111111 | e2aefcc2e0fa413f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)