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 | ??ザ | 00111111001111111000001101010101 | 3f3f8355 |
EUC-JP | ??ザ | 00111111001111111010010110110110 | 3f3fa5b6 |
UTF-8 | 廉뉓ザ | 111011111010011010100010111010111000100110010011111000111000001010110110 | efa6a2eb8993e382b6 |
UHC | 廉뉓ザ | 111001101111010110000111111010001010101110110110 | e6f587e8abb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)