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 | 閾セ繧駆カカ | 111010001000011110111110111000111000001010001011111011001011011010110110 | e887bee3828becb6b6 |
EUC-JP | 閾セ繧駆カカ | 111011111110011110001110101111101110010111100010101101101110111010001110101101101000111010110110 | efe78ebee5e2b6ee8eb68eb6 |
UTF-8 | 閾セ繧駆カカ | 111010011001011010111110111011111011110110111110111001111011100110100111111010011010011110000110111011111011110110110110111011111011110110110110 | e996beefbdbee7b9a7e9a786efbdb6efbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)