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 | ?脹矜共 | 00111111100100101010111111100001111000001000101110100100 | 3f92afe1e08ba4 |
EUC-JP | ?脹矜共 | 00111111110001001011000111100010111000101011011010100110 | 3fc4b1e2e2b6a6 |
UTF-8 | 뤚脹矜共 | 111010111010010010011010111010001000010010111001111001111001111110011100111001011000010110110001 | eba49ae884b9e79f9ce585b1 |
UHC | 뤚脹矜共 | 1000111111001001111100111110110011010000111010001100110111101100 | 8fc9f3ecd0e8cdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)