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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沚?義?二 | 1001111110001101001111111000101101100000001111111001001111110001 | 9f8d3f8b603f93f1 |
EUC-JP | 沚?義?二 | 1101110111101101001111111011010111000001001111111100011011110011 | dded3fb5c13fc6f3 |
UTF-8 | 沚렣義렒二 | 111001101011001010011010111010111010000010100011111001111011111010101001111010111010000010010010111001001011101010001100 | e6b29aeba0a3e7bea9eba092e4ba8c |
UHC | 沚렣義렒二 | 11110010101011111000111010110100111010111111100110001110101001111110110010100011 | f2af8eb4ebf98ea7eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)