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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沃??橈? | 10010111100000000011111100111111100111101111010000111111 | 97803f3f9ef43f |
EUC-JP | 沃??橈? | 11001101111000000011111100111111110111001111011000111111 | cde03f3fdcf63f |
UTF-8 | 沃㎫뼻橈뽳 | 111001101011001010000011111000111000111010101011111010111011110010111011111001101010100110001000111010111011110110110011 | e6b283e38eabebbcbbe6a988ebbdb3 |
UHC | 沃㎫뼻橈뽳 | 11101000101010101010011111100111100101101011111011101000111110101001011011101111 | e8aaa7e796bee8fa96ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)