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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?瀟?瀟^ | 00111111111000000110111000111111111000000110111001011110 | 3fe06e3fe06e5e |
EUC-JP | ?瀟?瀟^ | 00111111110111111100111100111111110111111100111101011110 | 3fdfcf3fdfcf5e |
UTF-8 | 뾑瀟뾑瀟^ | 11101011101111101001000111100111100000001001111111101011101111101001000111100111100000001001111101011110 | ebbe91e7809febbe91e7809f5e |
UHC | 뾑瀟뾑瀟^ | 100101110100111111100001101111101001011101001111111000011011111001011110 | 974fe1be974fe1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)