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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 乙??乙??B | 100010011011001100111111001111111000100110110011001111110011111101000010 | 89b33f3f89b33f3f42 |
EUC-JP | 乙??乙??B | 101100101011010100111111001111111011001010110101001111110011111101000010 | b2b53f3fb2b53f3f42 |
UTF-8 | 乙멨콒乙멨콒B | 11100100101110011001100111101011101010011010100011101100101111011001001011100100101110011001100111101011101010011010100011101100101111011001001001000010 | e4b999eba9a8ecbd92e4b999eba9a8ecbd9242 |
UHC | 乙멨콒乙멨콒B | 11101011111000001011100011100101101100011000111011101011111000001011100011100101101100011000111001000010 | ebe0b8e5b18eebe0b8e5b18e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)