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 | 筌??媛э? | 111000101010001100111111001111111001010101010001100001001000111100111111 | e2a33f3f9551848f3f |
EUC-JP | 筌??媛э? | 111001001010010100111111001111111100100110110010101001111110111100111111 | e4a53f3fc9b2a7ef3f |
UTF-8 | 筌뚮뿦媛э쭒 | 1110011110101101100011001110101110011010101011101110101110111111101001101110010110101010100110111101000110001101111011001010110110010010 | e7ad8ceb9aaeebbfa6e5aa9bd18decad92 |
UHC | 筌뚮뿦媛э쭒 | 111011111010011110001100111010111001011110100110111010101011000010101100111011111010011110001010 | efa78ceb97a6eab0acefa78a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)