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 | 症ヌ自遙執 | 1000111111000111110001111000111010101001111010101010000110001110101101111111001010110111 | 8fc7c78ea9eaa18eb7f2b7 |
EUC-JP | 症ヌ自遙執? | 1011111011001001100011101100011110111100101010111111010010100011101111001011100100111111 | bec98ec7bcabf4a3bcb93f |
UTF-8 | 症ヌ自遙執 | 111001111001011110000111111011111011111010000111111010001000011110101010111010011000000110011001111001011001111110110111111011101000011110101110 | e79787efbe87e887aae98199e59fb7ee87ae |
UHC | 症?自遙執? | 11110001111110000011111111101101101110111110100110101011111100101111101100111111 | f1f83fedbbe9abf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)