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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??‰^ | 0011111100111111100000011111000101011110 | 3f3f81f15e |
EUC-JP | ??‰^ | 0011111100111111101000101111001101011110 | 3f3fa2f35e |
UTF-8 | 銳잙‰^ | 11101001100010101011001111101100100111101001100111100010100000001011000001011110 | e98ab3ec9e99e280b05e |
UHC | 銳잙‰^ | 11100111111001011001111111101011101000101011011001011110 | e7e59feba2b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)