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 | 關ャ邱呈п | 111010001001000010101100111001111011011110010010111001101000010010000001 | e890ace7b792e68481 |
EUC-JP | 關ャ邱呈п | 11101111111100001000111010101100111011101011100111000100111010001010011111100001 | eff08eaceeb9c4e8a7e1 |
UTF-8 | 關ャ邱呈п | 1110100110010111100111001110111110111101101011001110100110000010101100011110010110010001100010001101000010111111 | e9979cefbdace982b1e59188d0bf |
UHC | 關?邱呈п | 110011101011110000111111110011111100100011101111110100001010110011100001 | cebc3fcfc8efd0ace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)