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 | 湿甯ホ謗サ | 11110000101110011000111010111100111110101010100011001110111001101000111010111011 | f0b98ebcfaa8cee68ebb |
EUC-JP | ?湿甯ホ謗サ | 001111111011110010111110100011111100110110101010100011101100111011101011111011101000111010111011 | 3fbcbe8fcdaa8eceebee8ebb |
UTF-8 | 湿甯ホ謗サ | 111011101000000110111000111001101011100110111111111001111001010010101111111011111011111010001110111010001010110010010111111011111011110110111011 | ee81b8e6b9bfe794afefbe8ee8ac97efbdbb |
UHC | ????謗? | 00111111001111110011111100111111110110111011111100111111 | 3f3f3f3fdbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)