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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 漬????? | 10010010110100000011111100111111001111110011111100111111 | 92d03f3f3f3f3f |
EUC-JP | 漬????? | 11000100110100100011111100111111001111110011111100111111 | c4d23f3f3f3f3f |
UTF-8 | 漬언ㄺ뤗횓삵 | 111001101011110010101100111011001001011010111000111000111000010010111010111010111010010010010111111011011001101010010011111011001000001010110101 | e6bcacec96b8e384baeba497ed9a93ec82b5 |
UHC | 漬언ㄺ뤗횓삵 | 111100101011000010111110111100001010010010101010100011111100011111000011100011101011101111101101 | f2b0bef0a4aa8fc7c38ebbed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)