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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??磅h??磅 | 001111110011111111100001111110100110100000111111001111111110000111111010 | 3f3fe1fa683f3fe1fa |
EUC-JP | ??磅h??磅 | 001111110011111111100010111111000110100000111111001111111110001011111100 | 3f3fe2fc683f3fe2fc |
UTF-8 | 렻ㅔ磅h렻ㅔ磅 | 11101011101000001011101111100011100001011001010011100111101000111000010101101000111010111010000010111011111000111000010110010100111001111010001110000101 | eba0bbe38594e7a38568eba0bbe38594e7a385 |
UHC | 렻ㅔ磅h렻ㅔ磅 | 10001110110000111010010011000100110110111011011001101000100011101100001110100100110001001101101110110110 | 8ec3a4c4dbb6688ec3a4c4dbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)