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 | 饒⑨?穩 | 11101001011000001000011101001000001111111110001001110010 | e96087483fe272 |
EUC-JP | 饒??穩 | 111100011100000100111111001111111110001111010011 | f1c13f3fe3d3 |
UTF-8 | 饒⑨쉬穩 | 111010011010010110010010111000101001000110101000111011001000100110101100111001111010100110101001 | e9a592e291a8ec89ace7a9a9 |
UHC | 饒⑨쉬穩 | 1110100110101110101010001110111110111101101011001110100010110001 | e9aea8efbdace8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)