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 | 蟀結┳襄 | 1110010110101001100011001000101110000100101100011110010111110101 | e5a98c8b84b1e5f5 |
EUC-JP | 蟀結┳襄 | 1110101010101011101101111110101110101000101100111110101011110111 | eaabb7eba8b3eaf7 |
UTF-8 | 蟀結┳襄 | 111010001001111110000000111001111011010110010000111000101001010010110011111010001010010110000100 | e89f80e7b590e294b3e8a584 |
UHC | ?結┳襄 | 00111111110011001011111110100110101100111110010111010001 | 3fccbfa6b3e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)