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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | 莠椦G尺畆 | 111001001011101010011110100110110100011110001110110110101110000101011011 | e4ba9e9b478edae15b |
EUC-JP | 莠椦G尺畆 | 111010001011110011011011111110110100011110111100110111001110000110111100 | e8bcdbfb47bcdce1bc |
UTF-8 | 莠椦G尺畆 | 11101000100011101010000011100110101001001010011001000111111001011011000010111010111001111001010110000110 | e88ea0e6a4a647e5b0bae79586 |
UHC | ??G尺? | 001111110011111101000111111101001010100100111111 | 3f3f47f4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)