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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 貉懈iY | 11100110101110011001110011100110100000101000100101011001 | e6b99ce6828959 |
EUC-JP | 貉懈iY | 11101100101110111101100011101000101000111110100101011001 | ecbbd8e8a3e959 |
UTF-8 | 貉懈iY | 11101000101100101000100111100110100001111000100011101111101111011000100101011001 | e8b289e68788efbd8959 |
UHC | ?懈iY | 001111111111101010101011101000111110100101011001 | 3ffaaba3e959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)