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 | シスジ獗 | 101111001011110110111100110111101110000011010011 | bcbdbcdee0d3 |
EUC-JP | シスジ獗 | 10001110101111001000111010111101100011101011110010001110110111101110000011010101 | 8ebc8ebd8ebc8edee0d5 |
UTF-8 | シスジ獗 | 111011111011110110111100111011111011110110111101111011111011110110111100111011111011111010011110111001111000110110010111 | efbdbcefbdbdefbdbcefbe9ee78d97 |
UHC | ????獗 | 001111110011111100111111001111111100111111110001 | 3f3f3f3fcff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)