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 | ???猶?┨ | 0011111100111111001111111001011101010000001111111000010010110111 | 3f3f3f97503f84b7 |
EUC-JP | ???猶?┨ | 0011111100111111001111111100110110110001001111111010100010111001 | 3f3f3fcdb13fa8b9 |
UTF-8 | 掠뗰퐣猶얗┨ | 111011111010010110110101111010111001011110110000111011011001000010100011111001111000110010110110111011001001011010010111111000101001010010101000 | efa5b5eb97b0ed90a3e78cb6ec9697e294a8 |
UHC | 掠뗰퐣猶얗┨ | 111001011011000110001011111011111011110110001100111010111010001010111110111010011010011010111001 | e5b18befbd8ceba2bee9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)