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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 丞ノホリ\ | 100011111110010111001001110011101101100001011100 | 8fe5c9ced85c |
EUC-JP | 丞ノホリ\ | 101111101110011110001110110010011000111011001110100011101101100001011100 | bee78ec98ece8ed85c |
UTF-8 | 丞ノホリ\ | 11100100101110001001111011101111101111101000100111101111101111101000111011101111101111101001100001011100 | e4b89eefbe89efbe8eefbe985c |
UHC | 丞???\ | 111000111010101000111111001111110011111101011100 | e3aa3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)