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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?瀟D?瀟D^ | 001111111110000001101110010001000011111111100000011011100100010001011110 | 3fe06e443fe06e445e |
EUC-JP | ?瀟D?瀟D^ | 001111111101111111001111010001000011111111011111110011110100010001011110 | 3fdfcf443fdfcf445e |
UTF-8 | 쉃瀟D쉃瀟D^ | 111011001000100110000011111001111000000010011111010001001110110010001001100000111110011110000000100111110100010001011110 | ec8983e7809f44ec8983e7809f445e |
UHC | 쉃瀟D쉃瀟D^ | 1001101001011000111000011011111001000100100110100101100011100001101111100100010001011110 | 9a58e1be449a58e1be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)