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 | ??b????RE | 001111110011111101100010001111110011111100111111001111110101001001000101 | 3f3f623f3f3f3f5245 |
SJIS-WIN | ??b????RE | 001111110011111101100010001111110011111100111111001111110101001001000101 | 3f3f623f3f3f3f5245 |
EUC-JP | ??b????RE | 001111110011111101100010001111110011111100111111001111110101001001000101 | 3f3f623f3f3f3f5245 |
UTF-8 | 렻렋b렻렔렻렜RE | 111010111010000010111011111010111010000010001011011000101110101110100000101110111110101110100000100101001110101110100000101110111110101110100000100111000101001001000101 | eba0bbeba08b62eba0bbeba094eba0bbeba09c5245 |
UHC | 렻렋b렻렔렻렜RE | 100011101100001110001110101000100110001010001110110000111000111010101001100011101100001110001110101011100101001001000101 | 8ec38ea2628ec38ea98ec38eae5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)