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 | 乙???? | 100010011011001100111111001111110011111100111111 | 89b33f3f3f3f |
EUC-JP | 乙???? | 101100101011010100111111001111110011111100111111 | b2b53f3f3f3f |
UTF-8 | 乙먫돈麗퐼 | 111001001011100110011001111010111010100010101011111010111000111110001000111011111010011010001000111011011001000010111100 | e4b999eba8abeb8f88efa688ed90bc |
UHC | 乙먫돈麗퐼 | 11101011111000001001000011101000101101011011011111100110101100001011111001000101 | ebe090e8b5b7e6b0be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)