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 | 뤚勇制곡 | 111010111010010010011010111001011000101110000111111001011000100010110110111010101011001110100001 | eba49ae58b87e588b6eab3a1 |
UHC | 뤚勇制곡 | 1000111111001001111010011011100011110000101001001011000011101110 | 8fc9e9b8f0a4b0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)