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 | 驕ョ闊手サク | 111010011000000110101110111010001000100010001110111010001011101110111000 | e981aee8888ee8bbb8 |
EUC-JP | 驕ョ闊手サク | 111100011110000110001110101011101110111111101000101111001110101010001110101110111000111010111000 | f1e18eaeefe8bcea8ebb8eb8 |
UTF-8 | 驕ョ闊手サク | 111010011010100110010101111011111011110110101110111010011001011110001010111001101000100110001011111011111011110110111011111011111011110110111000 | e9a995efbdaee9978ae6898befbdbbefbdb8 |
UHC | 驕?闊手?? | 110011101111011000111111111111001100010011100010101000100011111100111111 | cef63ffcc4e2a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)