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 | 邊ョ蝣エ貂・ | 111001111011001010101110111001011010000010110100111001101011100010100101 | e7b2aee5a0b4e6b8a5 |
EUC-JP | 邊ョ蝣エ貂・ | 111011101011010010001110101011101110101010100010100011101011010011101100101110101000111010100101 | eeb48eaeeaa28eb4ecba8ea5 |
UTF-8 | 邊ョ蝣エ貂・ | 111010011000001010001010111011111011110110101110111010001001110110100011111011111011110110110100111010001011001010000010111011111011110110100101 | e9828aefbdaee89da3efbdb4e8b282efbda5 |
UHC | 邊???貂? | 1101110010101011001111110011111100111111111101011011000000111111 | dcab3f3f3ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)