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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 尋??尋 | 100100000111000100111111001111111001000001110001 | 90713f3f9071 |
EUC-JP | 尋??尋 | 101111111101001000111111001111111011111111010010 | bfd23f3fbfd2 |
UTF-8 | 尋덀덷尋 | 111001011011000010001011111010111000110110000000111010111000110110110111111001011011000010001011 | e5b08beb8d80eb8db7e5b08b |
UHC | 尋덀덷尋 | 1110001111111100100010001110001110001001010010111110001111111100 | e3fc88e3894be3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)