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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 跚シクシケ丈 | 11100110111001111011110010111000111101001010001110111100101110011000111111100100 | e6e7bcb8f4a3bcb98fe4 |
EUC-JP | 跚シク?シケ丈 | 11101100111010011000111010111100100011101011100000111111100011101011110010001110101110011011111011100110 | ece98ebc8eb83f8ebc8eb9bee6 |
UTF-8 | 跚シクシケ丈 | 111010001011011110011010111011111011110110111100111011111011110110111000111011101000110110010010111011111011110110111100111011111011110110111001111001001011100010001000 | e8b79aefbdbcefbdb8ee8d92efbdbcefbdb9e4b888 |
UHC | ??????丈 | 0011111100111111001111110011111100111111001111111110110111011011 | 3f3f3f3f3f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)