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 | 症惞鵆冗 | 1000111111000111111110101011111111101001111110111000111111100111 | 8fc7fabfe9fb8fe7 |
EUC-JP | 症惞鵆冗 | 101111101100100110001111101111101011000011110010111111011011111011101001 | bec98fbeb0f2fdbee9 |
UTF-8 | 症惞鵆冗 | 111001111001011110000111111001101000001110011110111010011011010110000110111001011000011010010111 | e79787e6839ee9b586e58697 |
UHC | 症??冗 | 111100011111100000111111001111111110100110110111 | f1f83f3fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)