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 | 茖沿陰苜 | 1110010010100001100010011000100010001001010000011110010010011100 | e4a189888941e49c |
EUC-JP | 茖沿陰苜 | 1110100010100011101100011110100010110001101000101110011111111100 | e8a3b1e8b1a2e7fc |
UTF-8 | 茖沿陰苜 | 111010001000110010010110111001101011001010111111111010011001100110110000111010001000101110011100 | e88c96e6b2bfe999b0e88b9c |
UHC | ?沿陰? | 001111111110011011001101111010111110010000111111 | 3fe6cdebe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)