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 | 饒??戈 | 111010010110000000111111001111111001110011110111 | e9603f3f9cf7 |
EUC-JP | 饒??戈 | 111100011100000100111111001111111101100011111001 | f1c13f3fd8f9 |
UTF-8 | 饒ⓨ뼔戈 | 111010011010010110010010111000101001001110101000111010111011110010010100111001101000100010001000 | e9a592e293a8ebbc94e68888 |
UHC | 饒ⓨ뼔戈 | 1110100110101110101010001110010110010110100111001100110111111100 | e9aea8e5969ccdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)