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 | ?也?丹 | 001111111001011011100111001111111001001001001111 | 3f96e73f924f |
EUC-JP | ?也璹丹 | 0011111111001100111010011000111111001100111001111100001110110000 | 3fcce98fcce7c3b0 |
UTF-8 | 몸也璹丹 | 111010111010101010111000111001001011100110011111111001111001001010111001111001001011100010111001 | ebaab8e4b99fe792b9e4b8b9 |
UHC | 몸也璹丹 | 1011100011110110111001011010010111100010110110111101001110100001 | b8f6e5a5e2dbd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)