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 | ?何?腎 | 001111111000100110111101001111111001000001110100 | 3f89bd3f9074 |
EUC-JP | ?何?腎 | 001111111011001010111111001111111011111111010101 | 3fb2bf3fbfd5 |
UTF-8 | 뤋何닿腎 | 111010111010010010001011111001001011110110010101111010111000101110111111111010001000010110001110 | eba48be4bd95eb8bbfe8858e |
UHC | 뤋何닿腎 | 1000111110111011111110011011110010110100111010101110001111101100 | 8fbbf9bcb4eae3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)