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 | 腋逸秀 | 111000111111110010001000111011011000111101000111 | e3fc88ed8f47 |
EUC-JP | 腋逸秀 | 111001101111111010110000111011111011110110101000 | e6feb0efbda8 |
UTF-8 | 腋逸秀 | 111010001000010110001011111010011000000010111000111001111010011110000000 | e8858be980b8e7a780 |
UHC | 腋逸秀 | 111001001111110111101100111011111110001010110011 | e4fdecefe2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)