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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺ュ??? | 11111011110001001000001110000101001111110011111100111111 | fbc483853f3f3f |
EUC-JP | 鈺ュ?繇? | 10001111111000111101010110100101111001010011111110001111110101001101000100111111 | 8fe3d5a5e53f8fd4d13f |
UTF-8 | 鈺ュ뜝繇퀲 | 111010011000100010111010111000111000001110100101111010111001110010011101111001111011100110000111111011011000000010110010 | e988bae383a5eb9c9de7b987ed80b2 |
UHC | 鈺ュ뜝繇퀲 | 11101000101011011010101111100101100011011010000011101001101000111011010001000101 | e8adabe58da0e9a3b445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)