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 | 貔ケ邏ョ蝗ケ | 111001101011111010111001111001111011010010101110111001011001101110111001 | e6beb9e7b4aee59bb9 |
EUC-JP | 貔ケ邏ョ蝗ケ | 111011001100000010001110101110011110111010110110100011101010111011101001111110111000111010111001 | ecc08eb9eeb68eaee9fb8eb9 |
UTF-8 | 貔ケ邏ョ蝗ケ | 111010001011001010010100111011111011110110111001111010011000001010001111111011111011110110101110111010001001110110010111111011111011110110111001 | e8b294efbdb9e9828fefbdaee89d97efbdb9 |
UHC | ??邏?蝗? | 0011111100111111110101011010010000111111111111001101100100111111 | 3f3fd5a43ffcd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)