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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡戊エ銀名髏 | 1110100010010100100101011110100010110100100010111110001010010110101111001110100110010000 | e89495e8b48be296bce990 |
EUC-JP | 阡戊エ銀名髏 | 111011111111010011001010111010101000111010110100101101101110010011001100101111101111000111110000 | eff4caea8eb4b6e4ccbef1f0 |
UTF-8 | 阡戊エ銀名髏 | 111010011001100010100001111001101000100010001010111011111011110110110100111010011000101010000000111001011001000010001101111010011010101110001111 | e998a1e6888aefbdb4e98a80e5908de9ab8f |
UHC | 阡戊?銀名? | 11110100110001101101100111100110001111111110101111011110110110011010001100111111 | f4c6d9e63febded9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)