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 | ??????EB | 0011111100111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f3f4542 |
SJIS-WIN | ??????EB | 0011111100111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f3f4542 |
EUC-JP | ??????EB | 0011111100111111001111110011111100111111001111110100010101000010 | 3f3f3f3f3f3f4542 |
UTF-8 | 셔석셔섯셍섕EB | 1110110010000101100101001110110010000100100111011110110010000101100101001110110010000100101011111110110010000101100011011110110010000100100101010100010101000010 | ec8594ec849dec8594ec84afec858dec84954542 |
UHC | 셔석셔섯셍섕EB | 1011110011000101101111001010111010111100110001011011110010111000101111001100010010111100101011000100010101000010 | bcc5bcaebcc5bcb8bcc4bcac4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)