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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???咎 | 0011111100111111001111111001100111101001 | 3f3f3f99e9 |
EUC-JP | ???咎 | 0011111100111111001111111101001011101011 | 3f3f3fd2eb |
UTF-8 | 렺렮렻咎 | 111010111010000010111010111010111010000010101110111010111010000010111011111001011001001010001110 | eba0baeba0aeeba0bbe5928e |
UHC | 렺렮렻咎 | 1000111011000010100011101011101110001110110000111100111110100100 | 8ec28ebb8ec3cfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)