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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?遂?k | 0011111110010000100010110011111101101011 | 3f908b3f6b |
EUC-JP | ?遂?k | 0011111110111111111010110011111101101011 | 3fbfeb3f6b |
UTF-8 | 덦遂쒊k | 11101011100011011010011011101001100000011000001011101100100100101000101001101011 | eb8da6e98182ec928a6b |
UHC | 덦遂쒊k | 10001001010000011110001011000100100111001110000101101011 | 8941e2c49ce16b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)