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 | ??{D??{D^ | 001111110011111101111011010001000011111100111111011110110100010001011110 | 3f3f7b443f3f7b445e |
SJIS-WIN | 嶸ィ{D嶸ィ{D^ | 1111101010110100101010000111101101000100111110101011010010101000011110110100010001011110 | fab4a87b44fab4a87b445e |
EUC-JP | 嶸ィ{D嶸ィ{D^ | 100011111011101111110100100011101010100001111011010001001000111110111011111101001000111010101000011110110100010001011110 | 8fbbf48ea87b448fbbf48ea87b445e |
UTF-8 | 嶸ィ{D嶸ィ{D^ | 1110010110110110101110001110111110111101101010000111101101000100111001011011011010111000111011111011110110101000011110110100010001011110 | e5b6b8efbda87b44e5b6b8efbda87b445e |
UHC | 嶸?{D嶸?{D^ | 1110011110101110001111110111101101000100111001111010111000111111011110110100010001011110 | e7ae3f7b44e7ae3f7b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)