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 | 籥蛾・跋 | 1110001011011110100010011110100110000001010001011110011011101011 | e2de89e98145e6eb |
EUC-JP | 籥蛾・跋 | 1110010011100000101100101110101110100001101001101110110011101101 | e4e0b2eba1a6eced |
UTF-8 | 籥蛾・跋 | 111001111011000110100101111010001001101110111110111000111000001110111011111010001011011110001011 | e7b1a5e89bbee383bbe8b78b |
UHC | ?蛾?跋 | 001111111110010010110110001111111101101110100010 | 3fe4b63fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)