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 | 載篩??之 | 1000110111011010111000101011111100111111001111111001010001010110 | 8ddae2bf3f3f9456 |
EUC-JP | 載篩??之 | 1011101011011100111001001100000100111111001111111100011110110111 | badce4c13f3fc7b7 |
UTF-8 | 載篩렮쭸之 | 111010001011110010001001111001111010111110101001111010111010000010101110111011001010110110111000111001001011100110001011 | e8bc89e7afa9eba0aeecadb8e4b98b |
UHC | 載篩렮쭸之 | 11101110101100001101111011101000100011101011101111000010111001101111000111111101 | eeb0dee88ebbc2e6f1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)