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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??悠い◇^ | 001111110011111110010111010010011000001010100010100000011001111001011110 | 3f3f974982a2819e5e |
EUC-JP | ??悠い◇^ | 001111110011111111001101101010101010010010100100101000011111111001011110 | 3f3fcdaaa4a4a1fe5e |
UTF-8 | 룵ㄱ悠い◇^ | 11101011101000111011010111100011100001001011000111100110100000101010000011100011100000011000010011100010100101111000011101011110 | eba3b5e384b1e682a0e38184e297875e |
UHC | 룵ㄱ悠い◇^ | 1000111110101010101001001010000111101010111011011010101010100100101000011101111001011110 | 8faaa4a1eaedaaa4a1de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)