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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 吾???B | 100011001110000100111111001111110011111101000010 | 8ce13f3f3f42 |
EUC-JP | 吾???B | 101110001110001100111111001111110011111101000010 | b8e33f3f3f42 |
UTF-8 | 吾몃봾쨈B | 11100101100100001011111011101011101010101000001111101011101101001011111011101100101010001000100001000010 | e590beebaa83ebb4beeca88842 |
UHC | 吾몃봾쨈B | 111001111110111010111000111010111001010010000101110000101011010001000010 | e7eeb8eb9485c2b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)