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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?ょ?\ | 0011111110000010111001010011111101011100 | 3f82e53f5c |
EUC-JP | ?ょ?\ | 0011111110100100111001110011111101011100 | 3fa4e73f5c |
UTF-8 | 劣ょ맳\ | 11101111101001101001110111100011100000101000011111101011101001111011001101011100 | efa69de38287eba7b35c |
UHC | 劣ょ맳\ | 11100110111010111010101011100111100100001011101001011100 | e6ebaae790ba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)