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 | ?削あ | 0011111110001101111011011000001010100000 | 3f8ded82a0 |
EUC-JP | 邕削あ | 10001111111000011110110110111010111011111010010010100010 | 8fe1edbaefa4a2 |
UTF-8 | 邕削あ | 111010011000001010010101111001011000100110001010111000111000000110000010 | e98295e5898ae38182 |
UHC | 邕削あ | 111010001011101111011110111110111010101010100010 | e8bbdefbaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)