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 | 址?z | 1001101010101100001111111000001010011010 | 9aac3f829a |
EUC-JP | 址?z | 1101010010101110001111111010001111111010 | d4ae3fa3fa |
UTF-8 | 址양z | 111001011001110110000000111011001001011010010001111011111011110110011010 | e59d80ec9691efbd9a |
UHC | 址양z | 111100101010001110111110111001111010001111111010 | f2a3bee7a3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)