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 | 漆芝セ | 1000111010111101100011101100010110111110 | 8ebd8ec5be |
EUC-JP | 漆芝セ | 101111001011111110111100110001111000111010111110 | bcbfbcc78ebe |
UTF-8 | 漆芝セ | 111001101011110010000110111010001000101010011101111011111011110110111110 | e6bc86e88a9defbdbe |
UHC | 漆芝? | 1111011011010100111100101011100100111111 | f6d4f2b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)