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 | 顰∬。イ | 111010001111110010000001111010001010000110110010 | e8fc81e8a1b2 |
EUC-JP | 顰∬。イ | 1111000011111110101000101110101010001110101000011000111010110010 | f0fea2ea8ea18eb2 |
UTF-8 | 顰∬。イ | 111010011010000110110000111000101000100010101100111011111011110110100001111011111011110110110010 | e9a1b0e288acefbda1efbdb2 |
UHC | ?∬?? | 0011111110100001111100110011111100111111 | 3fa1f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)