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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????誓 | 001111110011111100111111001111111001000010111110 | 3f3f3f3f90be |
EUC-JP | ????誓 | 001111110011111100111111001111111100000011000000 | 3f3f3f3fc0c0 |
UTF-8 | 렱렚섦샬誓 | 111010111010000010110001111010111010000010011010111011001000010010100110111011001000001110101100111010001010101010010011 | eba0b1eba09aec84a6ec83ace8aa93 |
UHC | 렱렚섦샬誓 | 10001110101111101000111010101101101111001011010010111100101000111110000010100101 | 8ebe8eadbcb4bca3e0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)