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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闕オ蛟大ア | 1110100010001101101101011110010110000000100100011110010110110001 | e88db5e58091e5b1 |
EUC-JP | 闕オ蛟大ア | 11101111111011011000111010110101111010011110000011000010111001111000111010110001 | efed8eb5e9e0c2e78eb1 |
UTF-8 | 闕オ蛟大ア | 111010011001011110010101111011111011110110110101111010001001101110011111111001011010010010100111111011111011110110110001 | e99795efbdb5e89b9fe5a4a7efbdb1 |
UHC | 闕?蛟大? | 1100111111110100001111111100111011110001110100111101111000111111 | cff43fcef1d3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)