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 | 脛朎゙ | 11100011111110001111001011110101111110101101111111011110 | e3f8f2f5fadfde |
EUC-JP | 脛?朎゙ | 1110011011111010001111111000111111000010111100001000111011011110 | e6fa3f8fc2f08ede |
UTF-8 | 脛朎゙ | 111010001000010010011011111011101000100010101100111001101001110010001110111011111011111010011110 | e8849bee88ace69c8eefbe9e |
UHC | 脛??? | 1100110011101011001111110011111100111111 | cceb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)