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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ユユB | 11010101111100000110100111010101111100000110100101000010 | d5f069d5f06942 |
EUC-JP | ユ?ユ?B | 10001110110101010011111110001110110101010011111101000010 | 8ed53f8ed53f42 |
UTF-8 | ユユB | 11101111101111101001010111101110100000001010100111101111101111101001010111101110100000001010100101000010 | efbe95ee80a9efbe95ee80a942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)