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 | 閾セ繧駆ウキ | 111010001000011110111110111000111000001010001011111011001011001110110111 | e887bee3828becb3b7 |
EUC-JP | 閾セ繧駆ウキ | 111011111110011110001110101111101110010111100010101101101110111010001110101100111000111010110111 | efe78ebee5e2b6ee8eb38eb7 |
UTF-8 | 閾セ繧駆ウキ | 111010011001011010111110111011111011110110111110111001111011100110100111111010011010011110000110111011111011110110110011111011111011110110110111 | e996beefbdbee7b9a7e9a786efbdb3efbdb7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)