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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?豺?? | 0011111111100110101101110011111100111111 | 3fe6b73f3f |
EUC-JP | ?豺?? | 0011111111101100101110010011111100111111 | 3fecb93f3f |
UTF-8 | 卨豺챔뤗 | 111001011000110110101000111010001011000110111010111011001011000110010100111010111010010010010111 | e58da8e8b1baecb194eba497 |
UHC | 卨豺챔뤗 | 1110000011011001111000111100111111000011101010001000111111000111 | e0d9e3cfc3a88fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)