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 | 焦ユ遮灼 | 10001111110001011101010110001110110101011000111011011100 | 8fc5d58ed58edc |
EUC-JP | 焦ユ遮灼 | 1011111011000111100011101101010110111100110101111011110011011110 | bec78ed5bcd7bcde |
UTF-8 | 焦ユ遮灼 | 111001111000010010100110111011111011111010010101111010011000000110101110111001111000000110111100 | e784a6efbe95e981aee781bc |
UHC | 焦?遮灼 | 11110101101001010011111111110011101101001110110111000111 | f5a53ff3b4edc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)