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 | 饒??熱 | 111010010110000000111111001111111001010001001101 | e9603f3f944d |
EUC-JP | 饒??熱 | 111100011100000100111111001111111100011110101110 | f1c13f3fc7ae |
UTF-8 | 饒ⓨ넇熱 | 111010011010010110010010111000101001001110101000111010111000010010000111111001111000011010110001 | e9a592e293a8eb8487e786b1 |
UHC | 饒ⓨ넇熱 | 1110100110101110101010001110010110000110100101111110011011110000 | e9aea8e58697e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)