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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 症諶゙焦オ | 1000111111000111111110111010101011011110100011111100010110110101 | 8fc7fbaade8fc5b5 |
EUC-JP | 症諶゙焦オ | 1011111011001001100011111101111010110101100011101101111010111110110001111000111010110101 | bec98fdeb58edebec78eb5 |
UTF-8 | 症諶゙焦オ | 111001111001011110000111111010001010101110110110111011111011111010011110111001111000010010100110111011111011110110110101 | e79787e8abb6efbe9ee784a6efbdb5 |
UHC | 症諶?焦? | 1111000111111000111001001010011000111111111101011010010100111111 | f1f8e4a63ff5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)