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 | ?手桀? | 001111111000111011101000100111100111101100111111 | 3f8ee89e7b3f |
EUC-JP | ?手桀? | 001111111011110011101010110110111101110000111111 | 3fbceadbdc3f |
UTF-8 | 룶手桀페 | 111010111010001110110110111001101000100110001011111001101010000110000000111011011000111010011000 | eba3b6e6898be6a180ed8e98 |
UHC | 룶手桀페 | 1000111110101011111000101010001011001011111110101100011011100100 | 8fabe2a2cbfac6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)