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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻ーム禍ヲ | 11101000100001011011000011010001100010011101000010100110 | e885b0d189d0a6 |
EUC-JP | 閻ーム禍ヲ | 11101111111001011000111010110000100011101101000110110010110100101000111010100110 | efe58eb08ed1b2d28ea6 |
UTF-8 | 閻ーム禍ヲ | 111010011001011010111011111011111011110110110000111011111011111010010001111001111010011010001101111011111011110110100110 | e996bbefbdb0efbe91e7a68defbda6 |
UHC | 閻??禍? | 11100111101000100011111100111111111111001010000100111111 | e7a23f3ffca13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)