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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髢サ迢ゥ蜿キ | 111010011001011010111011111001111000101110101001111001011000111110110111 | e996bbe78ba9e58fb7 |
EUC-JP | 髢サ迢ゥ蜿キ | 111100011111011010001110101110111110110111101011100011101010100111101001111011111000111010110111 | f1f68ebbedeb8ea9e9ef8eb7 |
UTF-8 | 髢サ迢ゥ蜿キ | 111010011010101110100010111011111011110110111011111010001011111110100010111011111011110110101001111010001001110010111111111011111011110110110111 | e9aba2efbdbbe8bfa2efbda9e89cbfefbdb7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)