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 | 11101011101000001011000111101011101000001001011111101001101010011000001111101100100001001001110011101100100000111010110001000010 | eba0b1eba097e9a983ec849cec83ac42 |
UHC | 렱렗驃서샬B | 1000111010111110100011101010110011111000111111101011110010101101101111001010001101000010 | 8ebe8eacf8febcadbca342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)