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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 正耿⊆^ | 10010000101100111110001111010100100000011011101001011110 | 90b3e3d481ba5e |
EUC-JP | 正耿⊆^ | 11000000101101011110011011010110101000101011110001011110 | c0b5e6d6a2bc5e |
UTF-8 | 正耿⊆^ | 11100110101011011010001111101000100000001011111111100010100010101000011001011110 | e6ada3e880bfe28a865e |
UHC | 正耿⊆^ | 11101111111000011100110011101010101000011111011001011110 | efe1cceaa1f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)