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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?逝?P | 0011111110010000110000000011111101010000 | 3f90c03f50 |
EUC-JP | ?逝?P | 0011111111000000110000100011111101010000 | 3fc0c23f50 |
UTF-8 | 샬逝셰P | 11101100100000111010110011101001100000001001110111101100100001011011000001010000 | ec83ace9809dec85b050 |
UHC | 샬逝셰P | 10111100101000111110000010100110101111001100111001010000 | bca3e0a6bcce50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)