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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 沃??x{d | 10010111100000000011111100111111011110000111101101100100 | 97803f3f787b64 |
EUC-JP | 沃??x{d | 11001101111000000011111100111111011110000111101101100100 | cde03f3f787b64 |
UTF-8 | 沃삼슉x{d | 111001101011001010000011111011001000001010111100111011001000101010001001011110000111101101100100 | e6b283ec82bcec8a89787b64 |
UHC | 沃삼슉x{d | 111010001010101010111011111011111011110110110101011110000111101101100100 | e8aabbefbdb5787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)