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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??驃??B | 00111111001111111110100101111110001111110011111101000010 | 3f3fe97e3f3f42 |
EUC-JP | ??驃??B | 00111111001111111111000111011111001111110011111101000010 | 3f3ff1df3f3f42 |
UTF-8 | 렱렚驃서섬B | 11101011101000001011000111101011101000001001101011101001101010011000001111101100100001001001110011101100100001001010110001000010 | eba0b1eba09ae9a983ec849cec84ac42 |
UHC | 렱렚驃서섬B | 1000111010111110100011101010110111111000111111101011110010101101101111001011011001000010 | 8ebe8eadf8febcadbcb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)