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 | ??????Rd | 0011111100111111001111110011111100111111001111110101001001100100 | 3f3f3f3f3f3f5264 |
SJIS-WIN | ??????Rd | 0011111100111111001111110011111100111111001111110101001001100100 | 3f3f3f3f3f3f5264 |
EUC-JP | ??????Rd | 0011111100111111001111110011111100111111001111110101001001100100 | 3f3f3f3f3f3f5264 |
UTF-8 | 렻렗렻렧렩렶Rd | 1110101110100000101110111110101110100000100101111110101110100000101110111110101110100000101001111110101110100000101010011110101110100000101101100101001001100100 | eba0bbeba097eba0bbeba0a7eba0a9eba0b65264 |
UHC | 렻렗렻렧렩렶Rd | 1000111011000011100011101010110010001110110000111000111010110110100011101011011110001110110000010101001001100100 | 8ec38eac8ec38eb68eb78ec15264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)