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 | 溪渙潁 | 100111111110001010011111110100001001111111110001 | 9fe29fd09ff1 |
EUC-JP | 溪渙潁 | 110111101110010011011110110100101101111011110011 | dee4ded2def3 |
UTF-8 | 溪渙潁 | 111001101011101010101010111001101011100010011001111001101011110110000001 | e6baaae6b899e6bd81 |
UHC | 溪渙潁 | 110011011010001011111100101110011110011110111000 | cda2fcb9e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)