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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 貎∫ルN | 11100110101111011000000111100111100000111000101101001110 | e6bd81e7838b4e |
EUC-JP | 貎∫ルN | 11101100101111111010001011101001101001011110101101001110 | ecbfa2e9a5eb4e |
UTF-8 | 貎∫ルN | 11101000101100101000111011100010100010001010101111100011100000111010101101001110 | e8b28ee288abe383ab4e |
UHC | ?∫ルN | 001111111010000111110010101010111110101101001110 | 3fa1f2abeb4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)