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 | 11100000101011101110001011011101111000001011100101000110 | e0aee2dde0b946 |
EUC-JP | 牋籖犹F | 11100000101100001110010011011111111000001011101101000110 | e0b0e4dfe0bb46 |
UTF-8 | 牋籖犹F | 11100111100010011000101111100111101100011001011011100111100010101011100101000110 | e7898be7b196e78ab946 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)