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 | 營뚮텊魏놁벝 | 111001111000011110011111111010111001101010101110111011011000010110001010111010011010110110001111111010111000011010000001111010111011001010011101 | e7879feb9aaeed858ae9ad8feb8681ebb29d |
UHC | 營뚮텊魏놁벝 | 111001111011110110001100111010111011011010000111111010101110000010000110111011001001001110111000 | e7bd8cebb687eae086ec93b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)