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 | 軏情お迸カ | 111110111011001010001111111011101000001010101000111001111001111010110110 | fbb28fee82a8e79eb6 |
EUC-JP | 軏情お迸カ | 1000111111100000110110011011111011110000101001001010101011101101111111101000111010110110 | 8fe0d9bef0a4aaedfe8eb6 |
UTF-8 | 軏情お迸カ | 111010001011101110001111111001101000001110000101111000111000000110001010111010001011111110111000111011111011110110110110 | e8bb8fe68385e3818ae8bfb8efbdb6 |
UHC | ?情お?? | 00111111111011111101011110101010101010100011111100111111 | 3fefd7aaaa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)