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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??傲? | 0011111100111111100110001111110000111111 | 3f3f98fc3f |
EUC-JP | ??傲? | 0011111100111111110100001111111000111111 | 3f3fd0fe3f |
UTF-8 | 뤗秊傲쾸 | 111010111010010010010111111011111010011010010101111001011000001010110010111011001011111010111000 | eba497efa695e582b2ecbeb8 |
UHC | 뤗秊傲쾸 | 1000111111000111111001101101110011100111111011001011001010001110 | 8fc7e6dce7ecb28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)