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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?瀋???] | 00111111111000000110001100111111001111110011111101011101 | 3fe0633f3f3f5d |
EUC-JP | ?瀋???] | 00111111110111111100010000111111001111110011111101011101 | 3fdfc43f3f3f5d |
UTF-8 | 쒔瀋렚렊롚] | 11101100100100101001010011100111100000001000101111101011101000001001101011101011101000001000101011101011101000011001101001011101 | ec9294e7808beba09aeba08aeba19a5d |
UHC | 쒔瀋렚렊롚] | 1011111010101101111001001010001110001110101011011000111010100001100011101101111001011101 | beade4a38ead8ea18ede5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)