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 | 韆企ケソ淲 | 1110100011100110100010101110100110111001101111111111101101000100 | e8e68ae9b9bffb44 |
EUC-JP | 韆企ケソ? | 111100001110100010110100111010111000111010111001100011101011111100111111 | f0e8b4eb8eb98ebf3f |
UTF-8 | 韆企ケソ淲 | 111010011001111110000110111001001011110010000001111011111011110110111001111011111011110110111111111001101011011110110010 | e99f86e4bc81efbdb9efbdbfe6b7b2 |
UHC | 韆企??? | 11110100110001111101000011101010001111110011111100111111 | f4c7d0ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)