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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諢ルざ肓 | 1110011010000100100000111000101110000010101101001110001111101001 | e684838b82b4e3e9 |
EUC-JP | 諢ルざ肓 | 1110101111100100101001011110101110100100101101101110011011101011 | ebe4a5eba4b6e6eb |
UTF-8 | 諢ルざ肓 | 111010001010101110100010111000111000001110101011111000111000000110010110111010001000001010010011 | e8aba2e383abe38196e88293 |
UHC | ?ルざ? | 001111111010101111101011101010101011011000111111 | 3fabebaab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)