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 | ì±LìöN | 1110110010110001100101000100110011101100111101101001011001001110 | ecb1944cecf6964e |
SJIS-WIN | ?±?L???N | 001111111000000101111101001111110100110000111111001111110011111101001110 | 3f817d3f4c3f3f3f4e |
EUC-JP | ì±?Lìö?N | 100011111010101111000000101000011101111000111111010011001000111110101011110000001000111110101011110100110011111101001110 | 8fabc0a1de3f4c8fabc08fabd33f4e |
UTF-8 | ì±LìöN | 1100001110101100110000101011000111000010100101000100110011000011101011001100001110110110110000101001011001001110 | c3acc2b1c2944cc3acc3b6c2964e |
UHC | ?±?L???N | 001111111010000110111110001111110100110000111111001111110011111101001110 | 3fa1be3f4c3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)