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 | 薔峨ぅ罅 | 1110010101001011100010011110001110000010101000111110001110011111 | e54b89e382a3e39f |
EUC-JP | 薔峨ぅ罅 | 1110100110101100101100101110010110100100101001011110011010100001 | e9acb2e5a4a5e6a1 |
UTF-8 | 薔峨ぅ罅 | 111010001001011010010100111001011011001110101000111000111000000110000101111001111011110110000101 | e89694e5b3a8e38185e7bd85 |
UHC | 薔峨ぅ? | 11101101111110011110010010110001101010101010010100111111 | edf9e4b1aaa53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)