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 | 獰????? | 11100000110101100011111100111111001111110011111100111111 | e0d63f3f3f3f3f |
EUC-JP | 獰??縕?? | 111000001101100000111111001111111000111111010100110000100011111100111111 | e0d83f3f8fd4c23f3f |
UTF-8 | 獰뉒럷縕앯윘 | 111001111000110110110000111010111000100110010010111010111001111110110111111001111011100010010101111011001001010110101111111011001001110010011000 | e78db0eb8992eb9fb7e7b895ec95afec9c98 |
UHC | 獰뉒럷縕앯윘 | 111001111011111010000111111001111000111010010110111010001011001010011101111001111001111110011100 | e7be87e78e96e8b29de79f9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)