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 | 鋿叱篠 | 111110111101110010001110101101101000111011000010 | fbdc8eb68ec2 |
EUC-JP | 鋿叱篠 | 10001111111001001101001010111100101110001011110011000100 | 8fe4d2bcb8bcc4 |
UTF-8 | 鋿叱篠 | 111010011000101110111111111001011000111110110001111001111010111110100000 | e98bbfe58fb1e7afa0 |
UHC | ?叱篠 | 0011111111110010111010101110000111000110 | 3ff2eae1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)