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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陬罷ウ橄イ | 1110100010100011100101001110101110110011100111101110101110110010 | e8a394ebb39eebb2 |
EUC-JP | 陬罷ウ橄イ | 11110000101001011100100011101101100011101011001111011100111011011000111010110010 | f0a5c8ed8eb3dced8eb2 |
UTF-8 | 陬罷ウ橄イ | 111010011001100110101100111001111011110110110111111011111011110110110011111001101010100110000100111011111011110110110010 | e999ace7bdb7efbdb3e6a984efbdb2 |
UHC | ?罷?橄? | 00111111111101111111001100111111110010101111010000111111 | 3ff7f33fcaf43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)