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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 地?\ | 10010010011011100011111101011100 | 926e3f5c |
EUC-JP | 地?\ | 11000011110011110011111101011100 | c3cf3f5c |
UTF-8 | 地렸\ | 11100101100111001011000011101011101000001011100001011100 | e59cb0eba0b85c |
UHC | 地렸\ | 1111001010100010101101111100100001011100 | f2a2b7c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)