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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 烏??涅щ?B | 10001001010001110011111100111111100111111011100010000100100010110011111101000010 | 89473f3f9fb8848b3f42 |
EUC-JP | 烏??涅щ?B | 10110001101010000011111100111111110111101011101010100111111010110011111101000010 | b1a83f3fdebaa7eb3f42 |
UTF-8 | 烏띾죯涅щ젫B | 111001111000001110001111111010111001110110111110111011001010001110101111111001101011011010000101110100011000100111101100101000001010101101000010 | e7838feb9dbeeca3afe6b685d189eca0ab42 |
UHC | 烏띾죯涅щ젫B | 11101000101000011000110111101011101000011000101011100110111011101010110011101011101000001010001101000010 | e8a18deba18ae6eeaceba0a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)