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 | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
SJIS-WIN | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
EUC-JP | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
UTF-8 | 렱렚속씰렓섕PB | 1110101110100000101100011110101110100000100110101110110010000110100011011110110010010100101100001110101110100000100100111110110010000100100101010101000001000010 | eba0b1eba09aec868dec94b0eba093ec84955042 |
UHC | 렱렚속씰렓섕PB | 1000111010111110100011101010110110111100110100111011111011000001100011101010100010111100101011000101000001000010 | 8ebe8eadbcd3bec18ea8bcac5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)