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 | 濵自渹 | 111110110100110110001110101010011111101101000110 | fb4d8ea9fb46 |
EUC-JP | 濵自渹 | 1000111111001001101001101011110010101011100011111100011111101110 | 8fc9a6bcab8fc7ee |
UTF-8 | 濵自渹 | 111001101011111110110101111010001000011110101010111001101011100010111001 | e6bfb5e887aae6b8b9 |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)