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 | 篌轟シ | 111000101011101010001101100011001000001101010110 | e2ba8d8c8356 |
EUC-JP | 篌轟シ | 111001001011110010111001111011001010010110110111 | e4bcb9eca5b7 |
UTF-8 | 篌轟シ | 111001111010111110001100111010001011110110011111111000111000001010110111 | e7af8ce8bd9fe382b7 |
UHC | ?轟シ | 0011111111001110110111101010101110110111 | 3fcedeabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)