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 | 遖ケ遶溪閥 | 111001111010011010111001111001111010101110011111111000101001010010110100 | e7a6b9e7ab9fe294b4 |
EUC-JP | 遖ケ遶溪閥 | 11101110101010001000111010111001111011101010110111011110111001001100100010110110 | eea88eb9eeaddee4c8b6 |
UTF-8 | 遖ケ遶溪閥 | 111010011000000110010110111011111011110110111001111010011000000110110110111001101011101010101010111010011001011010100101 | e98196efbdb9e981b6e6baaae996a5 |
UHC | ???溪閥 | 00111111001111110011111111001101101000101101101111101100 | 3f3f3fcda2dbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)