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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 筌???э?? | 111000101010001100111111001111110011111110000100100011110011111100111111 | e2a33f3f3f848f3f3f |
EUC-JP | 筌???э?? | 111001001010010100111111001111110011111110100111111011110011111100111111 | e4a53f3f3fa7ef3f3f |
UTF-8 | 筌뚮쓬杻э쭒戮 | 1110011110101101100011001110101110011010101011101110110010010011101011001110111110100111100010001101000110001101111011001010110110010010111011111010011110010010 | e7ad8ceb9aaeec93acefa788d18decad92efa792 |
UHC | 筌뚮쓬杻э쭒戮 | 1110111110100111100011001110101110011101100011001110101011110100101011001110111110100111100010101110101110111101 | efa78ceb9d8ceaf4acefa78aebbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)