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 | ?疱?? | 0011111111100001011101100011111100111111 | 3fe1763f3f |
EUC-JP | ?疱?? | 0011111111100001110101110011111100111111 | 3fe1d73f3f |
UTF-8 | 뤈疱咽섹 | 111010111010010010001000111001111001011010110001111011111010011010011110111011001000010010111001 | eba488e796b1efa69eec84b9 |
UHC | 뤈疱咽섹 | 1000111110111000111110001101111011100110111011001011110010111101 | 8fb8f8dee6ecbcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)