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 | 町孟??雋婁 | 10010010101011001001011011010000001111110011111111101000101100101001100001001011 | 92ac96d03f3fe8b2984b |
EUC-JP | 町孟??雋婁 | 11000100101011101100110011010010001111110011111111110000101101001100111110101100 | c4aeccd23f3ff0b4cfac |
UTF-8 | 町孟렟렫雋婁 | 111001111001010010111010111001011010110110011111111010111010000010011111111010111010000010101011111010011001101110001011111001011010100110000001 | e794bae5ad9feba09feba0abe99b8be5a981 |
UHC | 町孟렟렫雋婁 | 111011111110101111011000111010111000111010110000100011101011100111110001111001101101011110100101 | efebd8eb8eb08eb9f1e6d7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)