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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頁??? | 1001010111000101001111110011111100111111 | 95c53f3f3f |
EUC-JP | 頁??? | 1100101011000111001111110011111100111111 | cac73f3f3f |
UTF-8 | 頁뺫굟샿 | 111010011010000010000001111010111011101010101011111010101011010110011111111011001000001110111111 | e9a081ebbaabeab59fec83bf |
UHC | 頁뺫굟샿 | 1111101011101101100101011111001010000010100001111001100011011111 | faed95f2828798df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)