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 | 闊定孫 | 111010001000100010010010111010001001000110110111 | e88892e891b7 |
EUC-JP | 闊定孫 | 111011111110100011000100111010101100001010111001 | efe8c4eac2b9 |
UTF-8 | 闊定孫 | 111010011001011110001010111001011010111010011010111001011010110110101011 | e9978ae5ae9ae5adab |
UHC | 闊定孫 | 111111001100010011101111110100101110000111011101 | fcc4efd2e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)