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 | 100010111001110010000010111000100011111101000110 | 8b9c82e23f46 |
EUC-JP | 亨や?F | 101101011111110010100100111001000011111101000110 | b5fca4e43f46 |
UTF-8 | 亨や툋F | 11100100101110101010100011100011100000101000010011101101100010001000101101000110 | e4baa8e38284ed888b46 |
UHC | 亨や툋F | 11111010111110111010101011100100101110001000001101000110 | fafbaae4b88346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)