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 | 艶f????\ | 100010011001000010000010100001100011111100111111001111110011111101011100 | 899082863f3f3f3f5c |
EUC-JP | 艶f????\ | 101100011111000010100011111001100011111100111111001111110011111101011100 | b1f0a3e63f3f3f3f5c |
UTF-8 | 艶f짂溜딅젉\ | 11101000100010011011011011101111101111011000011011101100101001111000001011101111101001111000101111101011100101001000010111101100101000001000100101011100 | e889b6efbd86eca782efa78beb9485eca0895c |
UHC | 艶f짂溜딅젉\ | 11100110111111011010001111100110101000111001001011101010111111101000101011101011101000001000101101011100 | e6fda3e6a392eafe8aeba08b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)