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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯樊サ灘擠 | 111010011001100110011110111001101011101110010011111001011001110110101001 | e9999ee6bb93e59da9 |
EUC-JP | 髯樊サ灘擠 | 11110001111110011101110011101000100011101011101111000110111001111101101010101011 | f1f9dce88ebbc6e7daab |
UTF-8 | 髯樊サ灘擠 | 111010011010101110101111111001101010100010001010111011111011110110111011111001111000000110011000111001101001001110100000 | e9abafe6a88aefbdbbe78198e693a0 |
UHC | ?樊?灘? | 00111111110110111110000000111111111101111010100000111111 | 3fdbe03ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)