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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 鬲エ譎、粃カF | 11101001101011011011010011100110100110011010010011100010111000011011011001000110 | e9adb4e699a4e2e1b646 |
EUC-JP | 鬲エ譎、粃カF | 11110010101011111000111010110100111010111111100110001110101001001110010011100011100011101011011001000110 | f2af8eb4ebf98ea4e4e38eb646 |
UTF-8 | 鬲エ譎、粃カF | 11101001101011001011001011101111101111011011010011101000101011011000111011101111101111011010010011100111101100101000001111101111101111011011011001000110 | e9acb2efbdb4e8ad8eefbda4e7b283efbdb646 |
UHC | ??譎?粃?F | 001111110011111111111101110100100011111111011101111110110011111101000110 | 3f3ffdd23fddfb3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)