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 | ?脹逢漿? | 0011111110010010101011111000100010100111100111111111011100111111 | 3f92af88a79ff73f |
EUC-JP | ?脹逢漿? | 0011111111000100101100011011000010101001110111101111100100111111 | 3fc4b1b0a9def93f |
UTF-8 | 뤚脹逢漿㈋ | 111010111010010010011010111010001000010010111001111010011000000010100010111001101011110010111111111000111000100010001011 | eba49ae884b9e980a2e6bcbfe3888b |
UHC | 뤚脹逢漿㈋ | 10001111110010011111001111101100110111001111000111101101111011001010100110111100 | 8fc9f3ecdcf1edeca9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)