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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韃殊サ伎 | 11101000111001011000111011101010101110111000101011101010 | e8e58eeabb8aea |
EUC-JP | 韃殊サ伎 | 1111000011100111101111001110110010001110101110111011010011101100 | f0e7bcec8ebbb4ec |
UTF-8 | 韃殊サ伎 | 111010011001111110000011111001101010111010001010111011111011110110111011111001001011110010001110 | e99f83e6ae8aefbdbbe4bc8e |
UHC | ?殊?伎 | 001111111110001010101000001111111101000011101011 | 3fe2a83fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)