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 | 竣葛?? | 100011110111011010001010100010110011111100111111 | 8f768a8b3f3f |
EUC-JP | 竣葛?邕 | 1011110111010111101100111110101100111111100011111110000111101101 | bdd7b3eb3f8fe1ed |
UTF-8 | 竣葛깃邕 | 111001111010101110100011111010001001000110011011111010101011100110000011111010011000001010010101 | e7aba3e8919beab983e98295 |
UHC | 竣葛깃邕 | 1111000111100010110010101110011110110001111010101110100010111011 | f1e2cae7b1eae8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)