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 | 郁?倖甲 | 10001000111010000011111110001100111101001000110101100010 | 88e83f8cf48d62 |
EUC-JP | 郁?倖甲 | 10110000111010100011111110111000111101101011100111000011 | b0ea3fb8f6b9c3 |
UTF-8 | 郁렪倖甲 | 111010011000001110000001111010111010000010101010111001011000000010010110111001111001010010110010 | e98381eba0aae58096e794b2 |
UHC | 郁렪倖甲 | 1110100111110100100011101011100011111010101110001100101110100011 | e9f48eb8fab8cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)