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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??ゆ | 00111111001111111000001011100100 | 3f3f82e4 |
EUC-JP | 髥?ゆ | 100011111110100111110000001111111010010011100110 | 8fe9f03fa4e6 |
UTF-8 | 髥럠ゆ | 111010011010101110100101111010111001111110100000111000111000001010000110 | e9aba5eb9fa0e38286 |
UHC | 髥럠ゆ | 111001111010001110001110100000111010101011100110 | e7a38e83aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)