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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋?l? | 100100101001110000111111100000101000110000111111 | 929c3f828c3f |
EUC-JP | 凋?l邕 | 1100001111111100001111111010001111101100100011111110000111101101 | c3fc3fa3ec8fe1ed |
UTF-8 | 凋얕l邕 | 111001011000011110001011111011001001011010010101111011111011110110001100111010011000001010010101 | e5878bec9695efbd8ce98295 |
UHC | 凋얕l邕 | 1111000010111101101111101110100010100011111011001110100010111011 | f0bdbee8a3ece8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)