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 | 易f?稔 | 10001000110101011000001010000110001111111001011010101011 | 88d582863f96ab |
EUC-JP | 易f?稔 | 10110000110101111010001111100110001111111100110010101101 | b0d7a3e63fccad |
UTF-8 | 易fㅍ稔 | 111001101001100010010011111011111011110110000110111000111000010110001101111001111010100010010100 | e69893efbd86e3858de7a894 |
UHC | 易fㅍ稔 | 1110011010110110101000111110011010100100101111011110110011111001 | e6b6a3e6a4bdecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)