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 | ユ竢カ糺 | 110101011110001010001111101101101110001011111011 | d5e28fb6e2fb |
EUC-JP | ユ竢カ糺 | 1000111011010101111000111110111110001110101101101110010011111101 | 8ed5e3ef8eb6e4fd |
UTF-8 | ユ竢カ糺 | 111011111011111010010101111001111010101110100010111011111011110110110110111001111011001110111010 | efbe95e7aba2efbdb6e7b3ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)