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 | 邱夊エ咲邱 | 1110011110110111100110101110100010110100100011011110011111110110100110101110011110110111 | e7b79ae8b48de7f69ae7b7 |
EUC-JP | 邱夊エ咲?邱 | 1110111010111001110101001110101010001110101101001011101011101001001111111110111010111001 | eeb9d4ea8eb4bae93feeb9 |
UTF-8 | 邱夊エ咲邱 | 111010011000001010110001111001011010010010001010111011111011110110110100111001011001001010110010111011101001001110000001111010011000001010110001 | e982b1e5a48aefbdb4e592b2ee9381e982b1 |
UHC | 邱????邱 | 1100111111001000001111110011111100111111001111111100111111001000 | cfc83f3f3f3fcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)