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 | 闊護虻 | 111010001000100010001100111011001000100010111000 | e8888cec88b8 |
EUC-JP | 闊護虻 | 111011111110100010111000111011101011000010111010 | efe8b8eeb0ba |
UTF-8 | 闊護虻 | 111010011001011110001010111010001010110110110111111010001001100110111011 | e9978ae8adb7e899bb |
UHC | 闊護? | 1111110011000100111110111101111000111111 | fcc4fbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)