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 | ?削ご | 0011111110001101111011011000001010110010 | 3f8ded82b2 |
EUC-JP | 邕削ご | 10001111111000011110110110111010111011111010010010110100 | 8fe1edbaefa4b4 |
UTF-8 | 邕削ご | 111010011000001010010101111001011000100110001010111000111000000110010100 | e98295e5898ae38194 |
UHC | 邕削ご | 111010001011101111011110111110111010101010110100 | e8bbdefbaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)