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 | 鈑湮ソ峵咏オ | 11100111111001011001111111001110101111111111101010101110100110011110011110110101 | e7e59fcebffaae99e7b5 |
EUC-JP | 鈑湮ソ?咏オ | 1110111011100111110111101101000010001110101111110011111111010010111010011000111010110101 | eee7ded08ebf3fd2e98eb5 |
UTF-8 | 鈑湮ソ峵咏オ | 111010011000100010010001111001101011100110101110111011111011110110111111111001011011001110110101111001011001001010001111111011111011110110110101 | e98891e6b9aeefbdbfe5b3b5e5928fefbdb5 |
UHC | 鈑湮???? | 1111011111111110111011001101110000111111001111110011111100111111 | f7feecdc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)