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 | 旋?旋靄 | 10010000111110010011111110010000111110011110100011001001 | 90f93f90f9e8c9 |
EUC-JP | 旋?旋靄 | 11000000111110110011111111000000111110111111000011001011 | c0fb3fc0fbf0cb |
UTF-8 | 旋媤旋靄 | 111001101001011110001011111001011010101010100100111001101001011110001011111010011001110110000100 | e6978be5aaa4e6978be99d84 |
UHC | 旋媤旋靄 | 1110000011000001111000111011100011100000110000011110010011110111 | e0c1e3b8e0c1e4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)