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 | 沃??義 | 100101111000000000111111001111111000101101100000 | 97803f3f8b60 |
EUC-JP | 沃??義 | 110011011110000000111111001111111011010111000001 | cde03f3fb5c1 |
UTF-8 | 沃ㅼ꼳義 | 111001101011001010000011111000111000010110111100111010101011110010110011111001111011111010101001 | e6b283e385bceabcb3e7bea9 |
UHC | 沃ㅼ꼳義 | 1110100010101010101001001110110010000100100011001110101111111001 | e8aaa4ec848cebf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)