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 | 邪痍芽 | 100011101101011111100001011101111000100111101000 | 8ed7e17789e8 |
EUC-JP | 邪痍芽 | 101111001101100111100001110110001011001011101010 | bcd9e1d8b2ea |
UTF-8 | 邪痍芽 | 111010011000001010101010111001111001011110001101111010001000101010111101 | e982aae7978de88abd |
UHC | 邪痍芽 | 110111101111011111101100101101111110010010110100 | def7ecb7e4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)