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 | ??????g\ | 0011111100111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f3f675c |
SJIS-WIN | ??????g\ | 0011111100111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f3f675c |
EUC-JP | ??????g\ | 0011111100111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f3f675c |
UTF-8 | 렻ㅔ렱렻ㅔ렞g\ | 1110101110100000101110111110001110000101100101001110101110100000101100011110101110100000101110111110001110000101100101001110101110100000100111100110011101011100 | eba0bbe38594eba0b1eba0bbe38594eba09e675c |
UHC | 렻ㅔ렱렻ㅔ렞g\ | 1000111011000011101001001100010010001110101111101000111011000011101001001100010010001110101011110110011101011100 | 8ec3a4c48ebe8ec3a4c48eaf675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)