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 | ?手續? | 001111111000111011101000111000111001010000111111 | 3f8ee8e3943f |
EUC-JP | ?手續? | 001111111011110011101010111001011111010000111111 | 3fbceae5f43f |
UTF-8 | 뚸手續숣 | 111010111001101010111000111001101000100110001011111001111011101010001100111011001000100010100011 | eb9ab8e6898be7ba8cec88a3 |
UHC | 뚸手續숣 | 1000110011110100111000101010001011100001110110011001100111111110 | 8cf4e2a2e1d999fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)