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 | 佃?汀?寃 | 1001001011001111001111111001001011110011001111111001101110000011 | 92cf3f92f33f9b83 |
EUC-JP | 佃?汀?寃 | 1100010011010001001111111100010011110101001111111101010111100011 | c4d13fc4f53fd5e3 |
UTF-8 | 佃렡汀렋寃 | 111001001011110110000011111010111010000010100001111001101011000110000000111010111010000010001011111001011010111110000011 | e4bd83eba0a1e6b180eba08be5af83 |
UHC | 佃렡汀렋寃 | 11101110111011001000111010110010111011111110001010001110101000101110101010110010 | eeec8eb2efe28ea2eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)