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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?削け | 0011111110001101111011011000001010101111 | 3f8ded82af |
EUC-JP | 邕削け | 10001111111000011110110110111010111011111010010010110001 | 8fe1edbaefa4b1 |
UTF-8 | 邕削け | 111010011000001010010101111001011000100110001010111000111000000110010001 | e98295e5898ae38191 |
UHC | 邕削け | 111010001011101111011110111110111010101010110001 | e8bbdefbaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)