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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?首?h | 0011111110001110111100010011111101101000 | 3f8ef13f68 |
EUC-JP | ?首?h | 0011111110111100111100110011111101101000 | 3fbcf33f68 |
UTF-8 | 롒首렟h | 11101011101000011001001011101001101001101001011011101011101000001001111101101000 | eba192e9a696eba09f68 |
UHC | 롒首렟h | 10001110110101111110001011001111100011101011000001101000 | 8ed7e2cf8eb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)