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 | 鶯??唯?? | 1110100111110010001111110011111110010111010000100011111100111111 | e9f23f3f97423f3f |
EUC-JP | 鶯??唯?? | 1111001011110100001111110011111111001101101000110011111100111111 | f2f43f3fcda33f3f |
UTF-8 | 鶯븐풄唯뚪썾 | 111010011011011010101111111010111011100010010000111011011001001010000100111001011001010010101111111010111001101010101010111011001000110110111110 | e9b6afebb890ed9284e594afeb9aaaec8dbe |
UHC | 鶯븐풄唯뚪썾 | 111001011010001110111010111011001011111010001100111010101110011010001100111010011001101110101000 | e5a3baecbe8ceae68ce99ba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)