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 | 淹??兀? | 10011111101110010011111100111111100110010101100100111111 | 9fb93f3f99593f |
EUC-JP | 淹??兀? | 11011110101110110011111100111111110100011011101000111111 | debb3f3fd1ba3f |
UTF-8 | 淹쒒쎁兀껧 | 111001101011011110111001111011001001001010010010111011001000111010000001111001011000010110000000111010101011101110100111 | e6b7b9ec9292ec8e81e58580eabba7 |
UHC | 淹쒒쎁兀껧 | 11100101111101001001110011101001100110111010101111101000101101001000010001000010 | e5f49ce99babe8b48442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)