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 | ?蹉陰 | 0011111111100111010000011000100101000001 | 3fe7418941 |
EUC-JP | ō蹉陰 | 10001111101010111101011111101101101000101011000110100010 | 8fabd7eda2b1a2 |
UTF-8 | ō蹉陰 | 1100010110001101111010001011100110001001111010011001100110110000 | c58de8b989e999b0 |
UHC | ?蹉陰 | 0011111111110011101100101110101111100100 | 3ff3b2ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)