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 | ??悠譴? | 00111111001111111001011101001001111001101010001000111111 | 3f3f9749e6a23f |
EUC-JP | ??悠譴? | 00111111001111111100110110101010111011001010010000111111 | 3f3fcdaaeca43f |
UTF-8 | 뤝뮷悠譴샴 | 111010111010010010011101111010111010111010110111111001101000001010100000111010001010110110110100111011001000001110110100 | eba49debaeb7e682a0e8adb4ec83b4 |
UHC | 뤝뮷悠譴샴 | 10001111110011001011100111000110111010101110110111001100101110011011110010100100 | 8fccb9c6eaedccb9bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)