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 | ¥¯ä» | 1001111110100101100100001010111110001111100000111110010010111011 | 9fa590af8f83e4bb |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ???¯??ä? | 001111110011111100111111100011111010001010110100001111110011111110001111101010111010001100111111 | 3f3f3f8fa2b43f3f8faba33f |
UTF-8 | ¥¯ä» | 11000010100111111100001010100101110000101001000011000010101011111100001010001111110000101000001111000011101001001100001010111011 | c29fc2a5c290c2afc28fc283c3a4c2bb |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)