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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 中儡?? | 100100101000011010011001010100110011111100111111 | 928699533f3f |
EUC-JP | 中儡?? | 110000111110011011010001101101000011111100111111 | c3e6d1b43f3f |
UTF-8 | 中儡떽뤊 | 111001001011100010101101111001011000010010100001111010111001011010111101111010111010010010001010 | e4b8ade584a1eb96bdeba48a |
UHC | 中儡떽뤊 | 1111000111101001110101101110110110110110101111011000111110111010 | f1e9d6edb6bd8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)