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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?廟勾F | 001111111001010101011111100011001111100101000110 | 3f955f8cf946 |
EUC-JP | ?廟勾F | 001111111100100111000000101110001111101101000110 | 3fc9c0b8fb46 |
UTF-8 | 뤲廟勾F | 11101011101001001011001011100101101110111001111111100101100010111011111001000110 | eba4b2e5bb9fe58bbe46 |
UHC | 뤲廟勾F | 10001111111000001101100111011001110011101111111001000110 | 8fe0d9d9cefe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)