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 | テや凰雹 | 11000011100000101110001010011001100000001110100010111001 | c382e29980e8b9 |
EUC-JP | テや凰雹 | 1000111011000011101001001110010011010001111000001111000010111011 | 8ec3a4e4d1e0f0bb |
UTF-8 | テや凰雹 | 111011111011111010000011111000111000001010000100111001011000011110110000111010011001101110111001 | efbe83e38284e587b0e99bb9 |
UHC | ?や凰雹 | 00111111101010101110010011111100110001011101101011011111 | 3faae4fcc5dadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)