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 | ??d???? | 00111111001111110110010000111111001111110011111100111111 | 3f3f643f3f3f3f |
SJIS-WIN | ??d???? | 00111111001111110110010000111111001111110011111100111111 | 3f3f643f3f3f3f |
EUC-JP | ??d???? | 00111111001111110110010000111111001111110011111100111111 | 3f3f643f3f3f3f |
UTF-8 | 렻렊d렻렍렺렞 | 11101011101000001011101111101011101000001000101001100100111010111010000010111011111010111010000010001101111010111010000010111010111010111010000010011110 | eba0bbeba08a64eba0bbeba08deba0baeba09e |
UHC | 렻렊d렻렍렺렞 | 10001110110000111000111010100001011001001000111011000011100011101010001110001110110000101000111010101111 | 8ec38ea1648ec38ea38ec28eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)