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 | 実煮竺捨雫 | 10001110110000001000111011001111100011101011000110001110110011001000111010110100 | 8ec08ecf8eb18ecc8eb4 |
EUC-JP | 実煮竺捨雫 | 10111100110000101011110011010001101111001011001110111100110011101011110010110110 | bcc2bcd1bcb3bccebcb6 |
UTF-8 | 実煮竺捨雫 | 111001011010111010011111111001111000010110101110111001111010101110111010111001101000110110101000111010011001101110101011 | e5ae9fe785aee7abbae68da8e99bab |
UHC | ?煮竺捨? | 0011111111101101101101001111010111100111110111101101011100111111 | 3fedb4f5e7ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)