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 | 戊倩j | 100101011110100010011000111010001000001010001010 | 95e898e8828a |
EUC-JP | 戊倩j | 110010101110101011010000111010101010001111101010 | caead0eaa3ea |
UTF-8 | 戊倩j | 111001101000100010001010111001011000000010101001111011111011110110001010 | e6888ae580a9efbd8a |
UHC | 戊?j | 1101100111100110001111111010001111101010 | d9e63fa3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)