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 | ?ょ?營 | 001111111000001011100101001111111001101001111010 | 3f82e53f9a7a |
EUC-JP | ?ょ?營 | 001111111010010011100111001111111101001111011011 | 3fa4e73fd3db |
UTF-8 | 囹ょ쉸營 | 111011111010011010101001111000111000001010000111111011001000100110111000111001111000011110011111 | efa6a9e38287ec89b8e7879f |
UHC | 囹ょ쉸營 | 1110011110101010101010101110011110011010100011101110011110111101 | e7aaaae79a8ee7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)