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 | 雍剃ケ槫贒 | 111010001011010010010010111001001011100110011110111001011111101110101111 | e8b492e4b99ee5fbaf |
EUC-JP | 雍剃ケ槫贒 | 1111000010110110110001001110011010001110101110011101110011100111100011111101111111000011 | f0b6c4e68eb9dce78fdfc3 |
UTF-8 | 雍剃ケ槫贒 | 111010011001101110001101111001011000100110000011111011111011110110111001111001101010011110101011111010001011010010010010 | e99b8de58983efbdb9e6a7abe8b492 |
UHC | 雍剃??? | 11101000101111001111010011101111001111110011111100111111 | e8bcf4ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)