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 | ñä¼Òäµ | 111100011110010010111100110100101110010010110101 | f1e4bcd2e4b5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñä?Òä? | 1000111110101011110100001000111110101011101000110011111110001111101010101101001010001111101010111010001100111111 | 8fabd08faba33f8faad28faba33f |
UTF-8 | ñä¼Òäµ | 110000111011000111000011101001001100001010111100110000111001001011000011101001001100001010110101 | c3b1c3a4c2bcc392c3a4c2b5 |
UHC | ??¼??? | 00111111001111111010100011111001001111110011111100111111 | 3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)