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 | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ??藁]H | 001111110011111110011000011011010101110101001000 | 3f3f986d5d48 |
EUC-JP | ??藁]H | 001111110011111111001111110011100101110101001000 | 3f3fcfce5d48 |
UTF-8 | 렻ㅔ藁]H | 1110101110100000101110111110001110000101100101001110100010010111100000010101110101001000 | eba0bbe38594e897815d48 |
UHC | 렻ㅔ藁]H | 1000111011000011101001001100010011001101110010110101110101001000 | 8ec3a4c4cdcb5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)