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 | 褶ウ譎・ | 111001011111011110110011111001101001100110100101 | e5f7b3e699a5 |
EUC-JP | 褶ウ譎・ | 1110101011111001100011101011001111101011111110011000111010100101 | eaf98eb3ebf98ea5 |
UTF-8 | 褶ウ譎・ | 111010001010010010110110111011111011110110110011111010001010110110001110111011111011110110100101 | e8a4b6efbdb3e8ad8eefbda5 |
UHC | 褶?譎? | 111000111010100000111111111111011101001000111111 | e3a83ffdd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)