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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 重?耳?佇? | 100011110110010000111111100011101010100000111111100110001100100000111111 | 8f643f8ea83f98c83f |
EUC-JP | 重?耳?佇? | 101111011100010100111111101111001010101000111111110100001100101000111111 | bdc53fbcaa3fd0ca3f |
UTF-8 | 重렜耳렰佇렋 | 111010011000011110001101111010111010000010011100111010001000000010110011111010111010000010110000111001001011110110000111111010111010000010001011 | e9878deba09ce880b3eba0b0e4bd87eba08b |
UHC | 重렜耳렰佇렋 | 111100011110110010001110101011101110110010111100100011101011110111101110101101111000111010100010 | f1ec8eaeecbc8ebdeeb78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)