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 | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-WIN | 支?x{d | 100011100111100000111111011110000111101101100100 | 8e783f787b64 |
EUC-JP | 支?x{d | 101110111101100100111111011110000111101101100100 | bbd93f787b64 |
UTF-8 | 支렜x{d | 111001101001010010101111111010111010000010011100011110000111101101100100 | e694afeba09c787b64 |
UHC | 支렜x{d | 11110010101010001000111010101110011110000111101101100100 | f2a88eae787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)