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 | 踵門彫豈 | 1110011011111001100101101110010110010010101001001110011010101111 | e6f996e592a4e6af |
EUC-JP | 踵門彫豈 | 1110110011111011110011001110011111000100101001101110110010110001 | ecfbcce7c4a6ecb1 |
UTF-8 | 踵門彫豈 | 111010001011100010110101111010011001011010000000111001011011110110101011111010001011000110001000 | e8b8b5e99680e5bdabe8b188 |
UHC | 踵門彫豈 | 1111000110100010110110101010011011110000110000011101000111000010 | f1a2daa6f0c1d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)