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 | ??????| | 00111111001111110011111100111111001111110011111101111100 | 3f3f3f3f3f3f7c |
SJIS-WIN | 恁?????| | 1001110010001100001111110011111100111111001111110011111101111100 | 9c8c3f3f3f3f3f7c |
EUC-JP | 恁?????| | 1101011111101100001111110011111100111111001111110011111101111100 | d7ec3f3f3f3f3f7c |
UTF-8 | 恁㏃㎣吏숈껨| | 11100110100000011000000111100011100011111000001111100011100011101010001111101111101001111001111011101100100010001000100011101010101110111010100001111100 | e68181e38f83e38ea3efa79eec8888eabba87c |
UHC | 恁㏃㎣吏숈껨| | 11101100111101101010011111101100101001111010011111101100101001111001100111101100101100101011010101111100 | ecf6a7eca7a7eca799ecb2b57c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)