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 | 牴蓼聰牴蓁 | 11100000101100001110010011111000111000111110000011100000101100001110010011101011 | e0b0e4f8e3e0e0b0e4eb |
EUC-JP | 牴蓼聰牴蓁 | 11100000101100101110100011111010111001101110001011100000101100101110100011101101 | e0b2e8fae6e2e0b2e8ed |
UTF-8 | 牴蓼聰牴蓁 | 111001111000100110110100111010001001001110111100111010001000000110110000111001111000100110110100111010001001001110000001 | e789b4e893bce881b0e789b4e89381 |
UHC | ?蓼聰?? | 00111111110101101111111011110101110001100011111100111111 | 3fd6fef5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)