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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ぴ?鷹い | 001111110011111110000010110100100011111110010001111010011000001010100010 | 3f3f82d23f91e982a2 |
EUC-JP | ??ぴ?鷹い | 001111110011111110100100110101000011111111000010111010111010010010100100 | 3f3fa4d43fc2eba4a4 |
UTF-8 | 룴쵍ぴ룫鷹い | 111010111010001110110100111011001011010110001101111000111000000110110100111010111010001110101011111010011011011110111001111000111000000110000100 | eba3b4ecb58de381b4eba3abe9b7b9e38184 |
UHC | 룴쵍ぴ룫鷹い | 100011111010100110101100100011111010101011010100100011111010001011101011111011011010101010100100 | 8fa9ac8faad48fa2ebedaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)