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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌ッ繧願ァヲ | 111010001000110010101111111000111000001010001010111010001010011110100110 | e88cafe3828ae8a7a6 |
EUC-JP | 闌ッ繧願ァヲ | 111011111110110010001110101011111110010111100010101101001110101010001110101001111000111010100110 | efec8eafe5e2b4ea8ea78ea6 |
UTF-8 | 闌ッ繧願ァヲ | 111010011001011110001100111011111011110110101111111001111011100110100111111010011010000110011000111011111011110110100111111011111011110110100110 | e9978cefbdafe7b9a7e9a198efbda7efbda6 |
UHC | ???願?? | 00111111001111110011111111101010110000110011111100111111 | 3f3f3feac33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)