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 | 鞜泌腰豺 | 1110100011011111100101001110010110001101100110001110011010110111 | e8df94e58d98e6b7 |
EUC-JP | 鞜泌腰豺 | 1111000011100001110010001110011110111001111110001110110010111001 | f0e1c8e7b9f8ecb9 |
UTF-8 | 鞜泌腰豺 | 111010011001111010011100111001101011001110001100111010001000010110110000111010001011000110111010 | e99e9ce6b38ce885b0e8b1ba |
UHC | ?泌腰豺 | 00111111111110011011001011101001101001101110001111001111 | 3ff9b2e9a6e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)