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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?予 | 001111111001011101011100 | 3f975c |
EUC-JP | ?予 | 001111111100110110111101 | 3fcdbd |
UTF-8 | 롊予 | 111010111010000110001010111001001011101010001000 | eba18ae4ba88 |
UHC | 롊予 | 10001110110100001110010111111000 | 8ed0e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)