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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??驃??\ | 00111111001111111110100101111110001111110011111101011100 | 3f3fe97e3f3f5c |
EUC-JP | ??驃??\ | 00111111001111111111000111011111001111110011111101011100 | 3f3ff1df3f3f5c |
UTF-8 | 렱렚驃서섬\ | 11101011101000001011000111101011101000001001101011101001101010011000001111101100100001001001110011101100100001001010110001011100 | eba0b1eba09ae9a983ec849cec84ac5c |
UHC | 렱렚驃서섬\ | 1000111010111110100011101010110111111000111111101011110010101101101111001011011001011100 | 8ebe8eadf8febcadbcb65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)