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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 泥⑺쉱E泥⑺쉱EB | 111011111010011110100011111000101001000110111010111011001000100110110001010001011110111110100111101000111110001010010001101110101110110010001001101100010100010101000010 | efa7a3e291baec89b145efa7a3e291baec89b14542 |
UHC | 泥⑺쉱E泥⑺쉱EB | 111011001011001010101001111011011001101010001000010001011110110010110010101010011110110110011010100010000100010101000010 | ecb2a9ed9a8845ecb2a9ed9a884542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)