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 | 畯??芸?低 | 111110110110111100111111001111111000110001111100001111111001001011100001 | fb6f3f3f8c7c3f92e1 |
EUC-JP | 畯??芸?低 | 10001111110011011011101100111111001111111011011111011101001111111100010011100011 | 8fcdbb3f3fb7dd3fc4e3 |
UTF-8 | 畯흗ㄿ芸렑低 | 111001111001010110101111111011011001110110010111111000111000010010111111111010001000101010111000111010111010000010010001111001001011110110001110 | e795afed9d97e384bfe88ab8eba091e4bd8e |
UHC | 畯흗ㄿ芸렑低 | 111100011110000111001000111010011010010010101111111010011111110110001110101001101110111010111000 | f1e1c8e9a4afe9fd8ea6eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)