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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 爭?猿?逸?E | 11100000101001010011111110001001100011100011111110001000111011010011111101000101 | e0a53f898e3f88ed3f45 |
EUC-JP | 爭?猿?逸?E | 11100000101001110011111110110001111011100011111110110000111011110011111101000101 | e0a73fb1ee3fb0ef3f45 |
UTF-8 | 爭렏猿렍逸렠E | 11100111100010001010110111101011101000001000111111100111100011001011111111101011101000001000110111101001100000001011100011101011101000001010000001000101 | e788adeba08fe78cbfeba08de980b8eba0a045 |
UHC | 爭렏猿렍逸렠E | 11101110101100111000111010100101111010101011101110001110101000111110110011101111100011101011000101000101 | eeb38ea5eabb8ea3ecef8eb145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)