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 | 號逗?? | 111001010110101010010000100000000011111100111111 | e56a90803f3f |
EUC-JP | 號逗?? | 111010011100101110111111111000000011111100111111 | e9cbbfe03f3f |
UTF-8 | 號逗렟렣 | 111010001001100110011111111010011000000010010111111010111010000010011111111010111010000010100011 | e8999fe98097eba09feba0a3 |
UHC | 號逗렟렣 | 1111101111011100110101001110100010001110101100001000111010110100 | fbdcd4e88eb08eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)