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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪卒則辰損 | 10010010010001001001000110110010100100011010010110010010010000111001000110111001 | 924491b291a5924391b9 |
EUC-JP | 奪卒則辰損 | 11000011101001011100001010110100110000101010011111000011101001001100001010111011 | c3a5c2b4c2a7c3a4c2bb |
UTF-8 | 奪卒則辰損 | 111001011010010110101010111001011000110110010010111001011000100110000111111010001011111010110000111001101001000010001101 | e5a5aae58d92e58987e8beb0e6908d |
UHC | 奪卒則辰損 | 11110111101011001111000011101111111101101100111011110010111000111110000111011111 | f7acf0eff6cef2e3e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)