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 | 闊護尚 | 111010001000100010001100111011001000111110101110 | e8888cec8fae |
EUC-JP | 闊護尚 | 111011111110100010111000111011101011111010110000 | efe8b8eebeb0 |
UTF-8 | 闊護尚 | 111010011001011110001010111010001010110110110111111001011011000010011010 | e9978ae8adb7e5b09a |
UHC | 闊護? | 1111110011000100111110111101111000111111 | fcc4fbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)