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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 竊??Z | 1110001010000110001111110011111101011010 | e2863f3f5a |
EUC-JP | 竊??Z | 1110001111100110001111110011111101011010 | e3e63f3f5a |
UTF-8 | 竊쇄뾿Z | 11100111101010111000101011101100100001111000010011101011101111101011111101011010 | e7ab8aec8784ebbebf5a |
UHC | 竊쇄뾿Z | 11101111101111001011110011100010100101111000011101011010 | efbcbce297875a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)