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 | 營??魏?? | 1001101001111010001111110011111111101001101100000011111100111111 | 9a7a3f3fe9b03f3f |
EUC-JP | 營??魏?? | 1101001111011011001111110011111111110010101100100011111100111111 | d3db3f3ff2b23f3f |
UTF-8 | 營뚮퓣魏낇벀 | 111001111000011110011111111010111001101010101110111011011001001110100011111010011010110110001111111010111000001010000111111010111011001010000000 | e7879feb9aaeed93a3e9ad8feb8287ebb280 |
UHC | 營뚮퓣魏낇벀 | 111001111011110110001100111010111011111110001100111010101110000010000101111011011001001110100110 | e7bd8cebbf8ceae085ed93a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)