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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑???w | 10011001100111010011111100111111001111111000001010010111 | 999d3f3f3f8297 |
EUC-JP | 劑???w | 11010001111111010011111100111111001111111010001111110111 | d1fd3f3f3fa3f7 |
UTF-8 | 劑ㅹ렜쾌w | 111001011000101010010001111000111000010110111001111010111010000010011100111011001011111010001100111011111011110110010111 | e58a91e385b9eba09cecbe8cefbd97 |
UHC | 劑ㅹ렜쾌w | 11110000101001011010010011101001100011101010111011000100111010001010001111110111 | f0a5a4e98eaec4e8a3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)