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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ユユE | 11010101111100000101100111010101111100000110001001000101 | d5f059d5f06245 |
EUC-JP | ユ?ユ?E | 10001110110101010011111110001110110101010011111101000101 | 8ed53f8ed53f45 |
UTF-8 | ユユE | 11101111101111101001010111101110100000001001100111101111101111101001010111101110100000001010001001000101 | efbe95ee8099efbe95ee80a245 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)