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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪糒灼 | 100011101101011111100010111100111000111011011100 | 8ed7e2f38edc |
EUC-JP | 邪糒灼 | 101111001101100111100100111101011011110011011110 | bcd9e4f5bcde |
UTF-8 | 邪糒灼 | 111010011000001010101010111001111011001110010010111001111000000110111100 | e982aae7b392e781bc |
UHC | 邪?灼 | 1101111011110111001111111110110111000111 | def73fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)