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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 艪砌艪矜^ | 111001001000001011100001111001001110010010000010111000011110000001011110 | e482e1e4e482e1e05e |
EUC-JP | 艪砌艪矜^ | 111001111110001011100010111001101110011111100010111000101110001001011110 | e7e2e2e6e7e2e2e25e |
UTF-8 | 艪砌艪矜^ | 11101000100010011010101011100111101000001000110011101000100010011010101011100111100111111001110001011110 | e889aae7a08ce889aae79f9c5e |
UHC | ???矜^ | 001111110011111100111111110100001110100001011110 | 3f3f3fd0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)