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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轢具ヲイ | 111001111000000010001011111011111010011010110010 | e7808befa6b2 |
EUC-JP | 轢具ヲイ | 1110110111100000101101101111000110001110101001101000111010110010 | ede0b6f18ea68eb2 |
UTF-8 | 轢具ヲイ | 111010001011110110100010111001011000010110110111111011111011110110100110111011111011110110110010 | e8bda2e585b7efbda6efbdb2 |
UHC | 轢具?? | 110101011111100111001110111111010011111100111111 | d5f9cefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)