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 | 町?雍葛? | 1001001010101100001111111110100010110100100010101000101100111111 | 92ac3fe8b48a8b3f |
EUC-JP | 町?雍葛? | 1100010010101110001111111111000010110110101100111110101100111111 | c4ae3ff0b6b3eb3f |
UTF-8 | 町렢雍葛렞 | 111001111001010010111010111010111010000010100010111010011001101110001101111010001001000110011011111010111010000010011110 | e794baeba0a2e99b8de8919beba09e |
UHC | 町렢雍葛렞 | 11101111111010111000111010110011111010001011110011001010111001111000111010101111 | efeb8eb3e8bccae78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)