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 | 鞣釈篠豈 | 1110100011100010100011101101111110001110110000101110011010101111 | e8e28edf8ec2e6af |
EUC-JP | 鞣釈篠豈 | 1111000011100100101111001110000110111100110001001110110010110001 | f0e4bce1bcc4ecb1 |
UTF-8 | 鞣釈篠豈 | 111010011001111010100011111010011000011110001000111001111010111110100000111010001011000110001000 | e99ea3e98788e7afa0e8b188 |
UHC | ??篠豈 | 001111110011111111100001110001101101000111000010 | 3f3fe1c6d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)