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蘚船 | 1001000101010101100100001111100010010000111110010100000111100101011001001001000101000100 | 915590f890f941e5649144 |
EUC-JP | 繕煽旋A蘚船 | 1100000110110110110000001111101011000000111110110100000111101001110001011100000110100101 | c1b6c0fac0fb41e9c5c1a5 |
UTF-8 | 繕煽旋A蘚船 | 11100111101110011001010111100111100001011011110111100110100101111000101101000001111010001001100010011010111010001000100010111001 | e7b995e785bde6978b41e8989ae888b9 |
UHC | 繕煽旋A蘚船 | 1110000011001011111000001100001111100000110000010100000111100000110100001110000011001111 | e0cbe0c3e0c141e0d0e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)