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 | 鐔脂芦 | 111010000101110010001110100010011000100010110000 | e85c8e8988b0 |
EUC-JP | 鐔脂芦 | 111011111011110110111011111010011011000010110010 | efbdbbe9b0b2 |
UTF-8 | 鐔脂芦 | 111010011001000010010100111010001000010010000010111010001000101010100110 | e99094e88482e88aa6 |
UHC | ?脂芦 | 0011111111110010101101111111101111011000 | 3ff2b7fbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)