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 | ユユホ | 1101010111110001110100001101010111001110 | d5f1d0d5ce |
EUC-JP | ユ?ユホ | 10001110110101010011111110001110110101011000111011001110 | 8ed53f8ed58ece |
UTF-8 | ユユホ | 111011111011111010010101111011101000010110001011111011111011111010010101111011111011111010001110 | efbe95ee858befbe95efbe8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)