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 | 隲幀ウ輔肢 | 111010001010101110011011111010101011001110010101111000111000111010001000 | e8ab9beab395e38e88 |
EUC-JP | 隲幀ウ輔肢 | 11110000101011011101011011101100100011101011001111001010111001011011101111101000 | f0add6ec8eb3cae5bbe8 |
UTF-8 | 隲幀ウ輔肢 | 111010011001101010110010111001011011100110000000111011111011110110110011111010001011110010010100111010001000001010100010 | e99ab2e5b980efbdb3e8bc94e882a2 |
UHC | ?幀?輔肢 | 0011111111101111110100110011111111011100110100001111001010110110 | 3fefd33fdcd0f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)