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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 節??節??\ | 100100001101111100111111001111111001000011011111001111110011111101011100 | 90df3f3f90df3f3f5c |
EUC-JP | 節??節??\ | 110000001110000100111111001111111100000011100001001111110011111101011100 | c0e13f3fc0e13f3f5c |
UTF-8 | 節얕짌節얏콖\ | 11100111101011111000000011101100100101101001010111101100101001111000110011100111101011111000000011101100100101101000111111101100101111011001011001011100 | e7af80ec9695eca78ce7af80ec968fecbd965c |
UHC | 節얕짌節얏콖\ | 11101111101111011011111011101000101000111001100011101111101111011011111011100110101100011001000001011100 | efbdbee8a398efbdbee6b1905c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)