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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 餓ν? | 1000100111101100100000111100101100111111 | 89ec83cb3f |
EUC-JP | 餓ν? | 1011001011101110101001101100110100111111 | b2eea6cd3f |
UTF-8 | 餓ν걞 | 1110100110100100100100111100111010111101111010101011000110011110 | e9a493cebdeab19e |
UHC | 餓ν걞 | 111001001011101110100101111011011000000110000111 | e4bba5ed8187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)