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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | フ逎蟐ュ | 110011001110011110100011111001011010101010101101 | cce7a3e5aaad |
EUC-JP | フ逎蟐ュ | 1000111011001100111011101010010111101010101011001000111010101101 | 8ecceea5eaac8ead |
UTF-8 | フ逎蟐ュ | 111011111011111010001100111010011000000010001110111010001001111110010000111011111011110110101101 | efbe8ce9808ee89f90efbdad |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)