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 | 節??歪ゆ? | 100100001101111100111111001111111001100001100011100000101110010000111111 | 90df3f3f986382e43f |
EUC-JP | 節??歪ゆ? | 110000001110000100111111001111111100111111000100101001001110011000111111 | c0e13f3fcfc4a4e63f |
UTF-8 | 節억쉭歪ゆ쯃 | 111001111010111110000000111011001001011010110101111011001000100110101101111001101010110110101010111000111000001010000110111011001010111110000011 | e7af80ec96b5ec89ade6adaae38286ecaf83 |
UHC | 節억쉭歪ゆ쯃 | 111011111011110110111110111011111011110110101101111010001110000010101010111001101010100010011111 | efbdbeefbdade8e0aae6a89f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)