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 | ?勇制? | 001111111001011101000101100100001010011100111111 | 3f974590a73f |
EUC-JP | ?勇制? | 001111111100110110100110110000001010100100111111 | 3fcda6c0a93f |
UTF-8 | 뤚勇制촃 | 111010111010010010011010111001011000101110000111111001011000100010110110111011001011010010000011 | eba49ae58b87e588b6ecb483 |
UHC | 뤚勇制촃 | 1000111111001001111010011011100011110000101001001010110001000101 | 8fc9e9b8f0a4ac45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)