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 | 至?矣? | 100011101000101000111111111000011110000100111111 | 8e8a3fe1e13f |
EUC-JP | 至?矣? | 101110111110101000111111111000101110001100111111 | bbea3fe2e33f |
UTF-8 | 至렞矣렎 | 111010001000011110110011111010111010000010011110111001111001111110100011111010111010000010001110 | e887b3eba09ee79fa3eba08e |
UHC | 至렞矣렎 | 1111001010111000100011101010111111101011111110001000111010100100 | f2b88eafebf88ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)