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 | 뤴풔傲쮱 | 111010111010010010110100111011011001001010010100111001011000001010110010111011001010111010110001 | eba4b4ed9294e582b2ecaeb1 |
UHC | 뤴풔傲쮱 | 1000111111100010110001111011010011100111111011001010100010001110 | 8fe2c7b4e7eca88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)