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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沃??毅? | 10010111100000000011111100111111100010110100001000111111 | 97803f3f8b423f |
EUC-JP | 沃??毅? | 11001101111000000011111100111111101101011010001100111111 | cde03f3fb5a33f |
UTF-8 | 沃쇨낯毅켃 | 111001101011001010000011111011001000011110101000111010111000001010101111111001101010111110000101111011001011110010000011 | e6b283ec87a8eb82afe6af85ecbc83 |
UHC | 沃쇨낯毅켃 | 11101000101010101011110011101010101100111011100011101011111101101011000101000010 | e8aabceab3b8ebf6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)