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 | 悉裘耳 | 1111001010101101100011101011101111100101111000101000111010101000 | f2ad8ebbe5e28ea8 |
EUC-JP | ?悉裘耳 | 00111111101111001011110111101010111001001011110010101010 | 3fbcbdeae4bcaa |
UTF-8 | 悉裘耳 | 111011101000011110100100111001101000001010001001111010001010001110011000111010001000000010110011 | ee87a4e68289e8a398e880b3 |
UHC | ?悉?耳 | 001111111110001111111010001111111110110010111100 | 3fe3fa3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)