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 | 鉤伜シ穂羡闔 | 1110011111101010100110001110010110111100100101011110010011111011100100011110100010001110 | e7ea98e5bc95e4fb91e88e |
EUC-JP | 鉤伜シ穂羡闔 | 11101110111011001101000011100111100011101011110011001010111001101000111111010101101011101110111111101110 | eeecd0e78ebccae68fd5aeefee |
UTF-8 | 鉤伜シ穂羡闔 | 111010011000100110100100111001001011110010011100111011111011110110111100111001111010100110000010111001111011111010100001111010011001011110010100 | e989a4e4bc9cefbdbce7a982e7bea1e99794 |
UHC | 鉤????闔 | 1100111111001001001111110011111100111111001111111111100111101111 | cfc93f3f3f3ff9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)