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 | 曜??節ζ? | 100101110110101000111111001111111001000011011111100000111100010000111111 | 976a3f3f90df83c43f |
EUC-JP | 曜??節ζ? | 110011011100101100111111001111111100000011100001101001101100011000111111 | cdcb3f3fc0e1a6c63f |
UTF-8 | 曜섊몱節ζ쾽 | 1110011010011011100111001110110010000100100010101110101110101010101100011110011110101111100000001100111010110110111011001011111010111101 | e69b9cec848aebaab1e7af80ceb6ecbebd |
UHC | 曜섊몱節ζ쾽 | 111010001111100010011000111001111001000110011010111011111011110110100101111001101011001010010011 | e8f898e7919aefbda5e6b293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)