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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?忌艤 | 0011111110001010111101011110010001111110 | 3f8af5e47e |
EUC-JP | ?忌艤 | 0011111110110100111101111110011111011111 | 3fb4f7e7df |
UTF-8 | 뤜忌艤 | 111010111010010010011100111001011011111110001100111010001000100110100100 | eba49ce5bf8ce889a4 |
UHC | 뤜忌艤 | 100011111100101111010000111110111110101111111010 | 8fcbd0fbebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)