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 | 鮏勺執 | 1111110001000011100011101101100110001110101101111111000011000001 | fc438ed98eb7f0c1 |
EUC-JP | 鮏勺執? | 1000111111101010110110111011110011011011101111001011100100111111 | 8feadbbcdbbcb93f |
UTF-8 | 鮏勺執 | 111010011010111010001111111001011000101110111010111001011001111110110111111011101000001010000000 | e9ae8fe58bbae59fb7ee8280 |
UHC | ?勺執? | 001111111110110111000011111100101111101100111111 | 3fedc3f2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)