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 | 蔬溷牒蔬企 | 11100100111101001001111111100101100100101010101111100100111101001000101011101001 | e4f49fe592abe4f48ae9 |
EUC-JP | 蔬溷牒蔬企 | 11101000111101101101111011100111110001001010110111101000111101101011010011101011 | e8f6dee7c4ade8f6b4eb |
UTF-8 | 蔬溷牒蔬企 | 111010001001010010101100111001101011101010110111111001111000100110010010111010001001010010101100111001001011110010000001 | e894ace6bab7e78992e894ace4bc81 |
UHC | 蔬?牒蔬企 | 111000011100101000111111111101001110000011100001110010101101000011101010 | e1ca3ff4e0e1cad0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)