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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 驩ク}v驩ク}vB | 1110100110001001101110000111110101110110111010011000100110111000011111010111011001000010 | e989b87d76e989b87d7642 |
EUC-JP | 驩ク}v驩ク}vB | 11110001111010011000111010111000011111010111011011110001111010011000111010111000011111010111011001000010 | f1e98eb87d76f1e98eb87d7642 |
UTF-8 | 驩ク}v驩ク}vB | 1110100110101001101010011110111110111101101110000111110101110110111010011010100110101001111011111011110110111000011111010111011001000010 | e9a9a9efbdb87d76e9a9a9efbdb87d7642 |
UHC | 驩?}v驩?}vB | 1111110010111110001111110111110101110110111111001011111000111111011111010111011001000010 | fcbe3f7d76fcbe3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)