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 | 111011111010011010111110111010111000000010010000111011001000101010110100010001011110111110100110101111101110101110000000100100001110110010001010101101000100010101000010 | efa6beeb8090ec8ab445efa6beeb8090ec8ab44542 |
UHC | 料뀐슴E料뀐슴EB | 111010001111011110110010111011111011110110111111010001011110100011110111101100101110111110111101101111110100010101000010 | e8f7b2efbdbf45e8f7b2efbdbf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)