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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閭ッ莠墓款B | 11101000100000111010111111100100101110101001010111100110100010101011110001000010 | e883afe4ba95e68abc42 |
EUC-JP | 閭ッ莠墓款B | 1110111111100011100011101010111111101000101111001100101011101000101101001011111001000010 | efe38eafe8bccae8b4be42 |
UTF-8 | 閭ッ莠墓款B | 11101001100101101010110111101111101111011010111111101000100011101010000011100101101000101001001111100110101011001011111001000010 | e996adefbdafe88ea0e5a293e6acbe42 |
UHC | 閭??墓款B | 110101011110111100111111001111111101100111010111110011101011001101000010 | d5ef3f3fd9d7ceb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)