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 | 地?駭??? | 1001001001101110001111111110100101101110001111110011111100111111 | 926e3fe96e3f3f3f |
EUC-JP | 地?駭??? | 1100001111001111001111111111000111001111001111110011111100111111 | c3cf3ff1cf3f3f3f |
UTF-8 | 地렪駭흖렱렟 | 111001011001110010110000111010111010000010101010111010011010011110101101111011011001110110010110111010111010000010110001111010111010000010011111 | e59cb0eba0aae9a7aded9d96eba0b1eba09f |
UHC | 地렪駭흖렱렟 | 111100101010001010001110101110001111101010110100110010001110100010001110101111101000111010110000 | f2a28eb8fab4c8e88ebe8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)