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 | 鈺ュ?域 | 11111011110001001000001110000101001111111000100011100110 | fbc483853f88e6 |
EUC-JP | 鈺ュ?域 | 1000111111100011110101011010010111100101001111111011000011101000 | 8fe3d5a5e53fb0e8 |
UTF-8 | 鈺ュ뜝域 | 111010011000100010111010111000111000001110100101111010111001110010011101111001011001111110011111 | e988bae383a5eb9c9de59f9f |
UHC | 鈺ュ뜝域 | 1110100010101101101010111110010110001101101000001110011010110100 | e8adabe58da0e6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)