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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瘟??瘟??^ | 111000011000100100111111001111111110000110001001001111110011111101011110 | e1893f3fe1893f3f5e |
EUC-JP | 瘟??瘟??^ | 111000011110100100111111001111111110000111101001001111110011111101011110 | e1e93f3fe1e93f3f5e |
UTF-8 | 瘟욜쵟瘟욥죳^ | 11100111100110001001111111101100100110101001110011101100101101011001111111100111100110001001111111101100100110101010010111101100101000111011001101011110 | e7989fec9a9cecb59fe7989fec9aa5eca3b35e |
UHC | 瘟욜쵟瘟욥죳^ | 11101000101100001011111111100111101011001010000011101000101100001011111111101001101000011000111001011110 | e8b0bfe7aca0e8b0bfe9a18e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)