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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 乙?瓜B | 100010011011001100111111100010010101101001000010 | 89b33f895a42 |
EUC-JP | 乙?瓜B | 101100101011010100111111101100011011101101000010 | b2b53fb1bb42 |
UTF-8 | 乙잰瓜B | 11100100101110011001100111101100100111101011000011100111100100111001110001000010 | e4b999ec9eb0e7939c42 |
UHC | 乙잰瓜B | 11101011111000001100000011101001110011011111111001000010 | ebe0c0e9cdfe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)