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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蛟ュ竊卓ィカ | 111001011000000010101101111000101000011010010001111011001010100010110110 | e580ade28691eca8b6 |
EUC-JP | 蛟ュ竊卓ィカ | 111010011110000010001110101011011110001111100110110000101110111010001110101010001000111010110110 | e9e08eade3e6c2ee8ea88eb6 |
UTF-8 | 蛟ュ竊卓ィカ | 111010001001101110011111111011111011110110101101111001111010101110001010111001011000110110010011111011111011110110101000111011111011110110110110 | e89b9fefbdade7ab8ae58d93efbda8efbdb6 |
UHC | 蛟?竊卓?? | 110011101111000100111111111011111011110011110110111100010011111100111111 | cef13fefbcf6f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)