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 | 玉??歪ょ? | 100010111100101000111111001111111001100001100011100000101110010100111111 | 8bca3f3f986382e53f |
EUC-JP | 玉??歪ょ? | 101101101100110000111111001111111100111111000100101001001110011100111111 | b6cc3f3fcfc4a4e73f |
UTF-8 | 玉앮꼇歪ょ남 | 111001111000111010001001111011001001010110101110111010101011110010000111111001101010110110101010111000111000001010000111111010111000001010101000 | e78e89ec95aeeabc87e6adaae38287eb82a8 |
UHC | 玉앮꼇歪ょ남 | 111010001010110010011101111001101011001010111011111010001110000010101010111001111011001110110010 | e8ac9de6b2bbe8e0aae7b3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)