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 | 遙κ??? | 11101010101000011000001111001000001111110011111100111111 | eaa183c83f3f3f |
EUC-JP | 遙κ??? | 11110100101000111010011011001010001111110011111100111111 | f4a3a6ca3f3f3f |
UTF-8 | 遙κ퉹流팂 | 1110100110000001100110011100111010111010111011011000100110111001111011111010011110001010111011011000110010000010 | e98199cebaed89b9efa78aed8c82 |
UHC | 遙κ퉹流팂 | 11101001101010111010010111101010101110011001000111101010111111001011101101000110 | e9aba5eab991eafcbb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)