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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????「 | 00111111001111110011111100111111001111111000000101110101 | 3f3f3f3f3f8175 |
EUC-JP | ?????「 | 00111111001111110011111100111111001111111010000111010110 | 3f3f3f3f3fa1d6 |
UTF-8 | 렻┙렏렻ㅔ「 | 111010111010000010111011111000101001010010011001111010111010000010001111111010111010000010111011111000111000010110010100111000111000000010001100 | eba0bbe29499eba08feba0bbe38594e3808c |
UHC | 렻┙렏렻ㅔ「 | 100011101100001110100110110001001000111010100101100011101100001110100100110001001010000110111000 | 8ec3a6c48ea58ec3a4c4a1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)