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 | ?懸?? | 0011111110001100100111000011111100111111 | 3f8c9c3f3f |
EUC-JP | ?懸?瑗 | 00111111101101111111110000111111100011111100110011000000 | 3fb7fc3f8fccc0 |
UTF-8 | 뤻懸ㅶ瑗 | 111010111010010010111011111001101000011110111000111000111000010110110110111001111001000110010111 | eba4bbe687b8e385b6e79197 |
UHC | 뤻懸ㅶ瑗 | 1000111111101001111110101101100010100100111001101110101010111100 | 8fe9fad8a4e6eabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)