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 | 帥??? | 1001000010000011001111110011111100111111 | 90833f3f3f |
EUC-JP | 帥??? | 1011111111100011001111110011111100111111 | bfe33f3f3f |
UTF-8 | 帥뤈왼켊 | 111001011011100010100101111010111010010010001000111011001001100110111100111011001011110010001010 | e5b8a5eba488ec99bcecbc8a |
UHC | 帥뤈왼켊 | 1110000111111101100011111011100010111111110111101011000101000111 | e1fd8fb8bfdeb147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)