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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜灘ョ医≧ | 111010001001110110010011111001011010111010001000111000111000000110000110 | e89d93e5ae88e38186 |
EUC-JP | 陜灘ョ医≧ | 11101111111111011100011011100111100011101010111010110000111001011010000111100110 | effdc6e78eaeb0e5a1e6 |
UTF-8 | 陜灘ョ医≧ | 111010011001100110011100111001111000000110011000111011111011110110101110111001011000110010111011111000101000100110100111 | e9999ce78198efbdaee58cbbe289a7 |
UHC | 陜灘??? | 11111001111100001111011110101000001111110011111100111111 | f9f0f7a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)