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 | 艟享羲 | 111001000111110110001011100111011110001110111010 | e47d8b9de3ba |
EUC-JP | 艟享羲 | 111001111101111010110101111111011110011010111100 | e7deb5fde6bc |
UTF-8 | 艟享羲 | 111010001000100110011111111001001011101010101011111001111011111010110010 | e8899fe4baabe7beb2 |
UHC | ?享羲 | 0011111111111010101111011111110111111101 | 3ffabdfdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)