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 | 絶??慾? | 10010000111000100011111100111111100101110111110000111111 | 90e23f3f977c3f |
EUC-JP | 絶??慾? | 11000000111001000011111100111111110011011101110100111111 | c0e43f3fcddd3f |
UTF-8 | 絶쀯쉘慾짟 | 111001111011010110110110111011001000000010101111111011001000100110011000111001101000010110111110111011001010011110011111 | e7b5b6ec80afec8998e685beeca79f |
UHC | 絶쀯쉘慾짟 | 11101111101111101001011111101111101111011010100111101001101011111010010001000010 | efbe97efbda9e9afa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)