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 | 筌???щЗ | 111000101010001100111111001111110011111110000100100010111000010001001000 | e2a33f3f3f848b8448 |
EUC-JP | 筌???щЗ | 111001001010010100111111001111110011111110100111111010111010011110101001 | e4a53f3f3fa7eba7a9 |
UTF-8 | 筌노젿吳щЗ | 11100111101011011000110011101011100001011011100011101100101000001011111111100101100100001011001111010001100010011101000010010111 | e7ad8ceb85b8eca0bfe590b3d189d097 |
UHC | 筌노젿吳щЗ | 111011111010011110110011111010111010000010110001111001111110111110101100111010111010110010101001 | efa7b3eba0b1e7efacebaca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)