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 | 鋿ワ鬟ⅸ | 11111011110111001101110011101001101000111111101001001000 | fbdcdce9a3fa48 |
EUC-JP | 鋿ワ鬟? | 1000111111100100110100101000111011011100111100101010010100111111 | 8fe4d28edcf2a53f |
UTF-8 | 鋿ワ鬟ⅸ | 111010011000101110111111111011111011111010011100111010011010110010011111111000101000010110111000 | e98bbfefbe9ce9ac9fe285b8 |
UHC | ???ⅸ | 0011111100111111001111111010010110101001 | 3f3f3fa5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)