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 | 筌??毓?┘ | 111000101010001100111111001111111001111101111001001111111000010010100011 | e2a33f3f9f793f84a3 |
EUC-JP | 筌??毓?┘ | 111001001010010100111111001111111101110111011010001111111010100010100101 | e4a53f3fddda3fa8a5 |
UTF-8 | 筌뚯떓毓븝┘ | 111001111010110110001100111010111001101010101111111010111001011010010011111001101010111110010011111010111011100010011101111000101001010010011000 | e7ad8ceb9aafeb9693e6af93ebb89de29498 |
UHC | 筌뚯떓毓븝┘ | 111011111010011110001100111011001000101110101001111010111011111010111010111011111010011010100101 | efa78cec8ba9ebbebaefa6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)