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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??乙? | 11100001100111110011111100111111100010011011001100111111 | e19f3f3f89b33f |
EUC-JP | 癲??乙? | 11100010101000010011111100111111101100101011010100111111 | e2a13f3fb2b53f |
UTF-8 | 癲ㅺ퐴乙듬 | 111001111001100110110010111000111000010110111010111011011001000010110100111001001011100110011001111010111001001110101100 | e799b2e385baed90b4e4b999eb93ac |
UHC | 癲ㅺ퐴乙듬 | 11101111101001101010010011101010101111011001110111101011111000001011010111101011 | efa6a4eabd9debe0b5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)