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 | ??U???? | 00111111001111110101010100111111001111110011111100111111 | 3f3f553f3f3f3f |
SJIS-WIN | 遏ュU譌ヲ蜊ウ | 11100111100111111010110101010101111001101001011110100110111001011000110110110011 | e79fad55e697a6e58db3 |
EUC-JP | 遏ュU譌ヲ蜊ウ | 11101110101000011000111010101101010101011110101111110111100011101010011011101001111011011000111010110011 | eea18ead55ebf78ea6e9ed8eb3 |
UTF-8 | 遏ュU譌ヲ蜊ウ | 11101001100000011000111111101111101111011010110101010101111010001010110110001100111011111011110110100110111010001001110010001010111011111011110110110011 | e9818fefbdad55e8ad8cefbda6e89c8aefbdb3 |
UHC | ??U???? | 00111111001111110101010100111111001111110011111100111111 | 3f3f553f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)