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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 뤉톻퓥컦뷘섬뤞 | 111010111010010010001001111011011000011010111011111011011001001110100101111011001011101110100110111010111011011110011000111011001000010010101100111010111010010010011110 | eba489ed86bbed93a5ecbba6ebb798ec84aceba49e |
UHC | 뤉톻퓥컦뷘섬뤞 | 1000111110111001101101111000111010111111100011101011000010001111101110101110000110111100101101101000111111001101 | 8fb9b78ebf8eb08fbae1bcb68fcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)