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 | 脛 | 1111011011010100111000111111100011110011101010001111001011101100 | f6d4e3f8f3a8f2ec |
EUC-JP | ?脛?? | 0011111111100110111110100011111100111111 | 3fe6fa3f3f |
UTF-8 | 脛 | 111011101001001110111011111010001000010010011011111011101000101010011011111011101000100010100011 | ee93bbe8849bee8a9bee88a3 |
UHC | ?脛?? | 0011111111001100111010110011111100111111 | 3fcceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)