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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 地?駿?蕪B | 100100100110111000111111100011110111100000111111100101011001001101000010 | 926e3f8f783f959342 |
EUC-JP | 地?駿?蕪B | 110000111100111100111111101111011101100100111111110010011111001101000010 | c3cf3fbdd93fc9f342 |
UTF-8 | 地렪駿계蕪B | 11100101100111001011000011101011101000001010101011101001101001111011111111101010101100111000010011101000100101011010101001000010 | e59cb0eba0aae9a7bfeab384e895aa42 |
UHC | 地렪駿계蕪B | 1111001010100010100011101011100011110001111001111011000011101000110110011111001101000010 | f2a28eb8f1e7b0e8d9f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)