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 | ôÆçÒÛ× | 111101001100011011100111110100101101101111010111 | f4c6e7d2dbd7 |
SJIS-WIN | ?????× | 00111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f817e |
EUC-JP | ôÆçÒÛ× | 1000111110101011110101001000111110101001101000011000111110101011101011101000111110101010110100101000111110101010111001011010000111011111 | 8fabd48fa9a18fabae8faad28faae5a1df |
UTF-8 | ôÆçÒÛ× | 110000111011010011000011100001101100001110100111110000111001001011000011100110111100001110010111 | c3b4c386c3a7c392c39bc397 |
UHC | ?Æ???× | 0011111110101000101000010011111100111111001111111010000110111111 | 3fa8a13f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)