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 | ???i? | 0011111100111111001111110110100100111111 | 3f3f3f693f |
SJIS-WIN | 樗゚燵i押 | 1001001010010100110111111110000010011101011010011000100110011111 | 9294dfe09d69899f |
EUC-JP | 樗゚燵i押 | 110000111111010010001110110111111101111111111101011010011011001010100001 | c3f48edfdffd69b2a1 |
UTF-8 | 樗゚燵i押 | 11100110101010001001011111101111101111101001111111100111100001111011010101101001111001101000101010111100 | e6a897efbe9fe787b569e68abc |
UHC | 樗??i押 | 11101110110000000011111100111111011010011110010011100011 | eec03f3f69e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)