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 | 腺?潜 | 1001000101000010001111111001000011110110 | 91423f90f6 |
EUC-JP | 腺瑄潜 | 11000001101000111000111111001100101110011100000011111000 | c1a38fccb9c0f8 |
UTF-8 | 腺瑄潜 | 111010001000010110111010111001111001000110000100111001101011110110011100 | e885bae79184e6bd9c |
UHC | 腺瑄? | 1110000011001101111000001100010100111111 | e0cde0c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)