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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴉??魏?? | 1110100111101011001111110011111111101001101100000011111100111111 | e9eb3f3fe9b03f3f |
EUC-JP | 鴉??魏?? | 1111001011101101001111110011111111110010101100100011111100111111 | f2ed3f3ff2b23f3f |
UTF-8 | 鴉띻낑魏좑쭓 | 111010011011010010001001111010111001110110111011111010111000001010010001111010011010110110001111111011001010001010010001111011001010110110010011 | e9b489eb9dbbeb8291e9ad8feca291ecad93 |
UHC | 鴉띻낑魏좑쭓 | 111001001011110010001101111010101011001110101001111010101110000010100000111011111010011110001011 | e4bc8deab3a9eae0a0efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)