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 | ?泄瀟 | 0011111110011111100101011110000001101110 | 3f9f95e06e |
EUC-JP | ?泄瀟 | 0011111111011101111101011101111111001111 | 3fddf5dfcf |
UTF-8 | 뾑泄瀟 | 111010111011111010010001111001101011001110000100111001111000000010011111 | ebbe91e6b384e7809f |
UHC | 뾑泄瀟 | 100101110100111111100000110111001110000110111110 | 974fe0dce1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)