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 | 蠕樣エィ | 11100101101111101001111011101001101101001000001101000010 | e5be9ee9b48342 |
EUC-JP | 蠕樣エィ | 1110101011000000110111001110101110001110101101001010010110100011 | eac0dceb8eb4a5a3 |
UTF-8 | 蠕樣エィ | 111010001010000010010101111001101010100010100011111011111011110110110100111000111000001010100011 | e8a095e6a8a3efbdb4e382a3 |
UHC | ?樣?ィ | 001111111110010111000110001111111010101110100011 | 3fe5c63faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)