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 | 弟??? | 1001001011101101001111110011111100111111 | 92ed3f3f3f |
EUC-JP | 弟泮?瑗 | 110001001110111110001111110001111010100000111111100011111100110011000000 | c4ef8fc7a83f8fccc0 |
UTF-8 | 弟泮ㅆ瑗 | 111001011011110010011111111001101011001110101110111000111000010110000110111001111001000110010111 | e5bc9fe6b3aee38586e79197 |
UHC | 弟泮ㅆ瑗 | 1111000010101001110110101110101010100100101101101110101010111100 | f0a9daeaa4b6eabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)