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 | 単端尊竪造 | 10010010010100001001001001011011100100011011100010010010010001111001000110100010 | 9250925b91b8924791a2 |
EUC-JP | 単端尊竪造 | 11000011101100011100001110111100110000101011101011000011101010001100001010100100 | c3b1c3bcc2bac3a8c2a4 |
UTF-8 | 単端尊竪造 | 111001011000110110011000111001111010101110101111111001011011000010001010111001111010101110101010111010011000000010100000 | e58d98e7abafe5b08ae7abaae980a0 |
UHC | ?端尊竪造 | 001111111101001110101110111100001110111011100010101101011111000011100011 | 3fd3aef0eee2b5f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)