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 | 曜????? | 10010111011010100011111100111111001111110011111100111111 | 976a3f3f3f3f3f |
EUC-JP | 曜????? | 11001101110010110011111100111111001111110011111100111111 | cdcb3f3f3f3f3f |
UTF-8 | 曜섓쉠溫숂뀸 | 111001101001101110011100111011001000010010010011111011001000100110100000111001101011101010101011111011001000100010000010111010111000000010111000 | e69b9cec8493ec89a0e6baabec8882eb80b8 |
UHC | 曜섓쉠溫숂뀸 | 111010001111100010011000111011111011110110101010111010001010111010011001111001111000010110101110 | e8f898efbdaae8ae99e785ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)