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 | ??擁?? | 001111110011111110010111011010010011111100111111 | 3f3f97693f3f |
EUC-JP | ??擁?? | 001111110011111111001101110010100011111100111111 | 3f3fcdca3f3f |
UTF-8 | 솜셈擁섕세 | 111011001000011010011100111011001000010110001000111001101001001110000001111011001000010010010101111011001000010010111000 | ec869cec8588e69381ec8495ec84b8 |
UHC | 솜셈擁섕세 | 10111100110110001011110011000000111010001011011010111100101011001011110010111100 | bcd8bcc0e8b6bcacbcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)