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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樽嘆則造 | 1001001001001101100100100101000110010001101001011001000110100010 | 924d925191a591a2 |
EUC-JP | 樽嘆則造 | 1100001110101110110000111011001011000010101001111100001010100100 | c3aec3b2c2a7c2a4 |
UTF-8 | 樽嘆則造 | 111001101010100010111101111001011001100010000110111001011000100110000111111010011000000010100000 | e6a8bde59886e58987e980a0 |
UHC | 樽嘆則造 | 1111000111011100111101111010001111110110110011101111000011100011 | f1dcf7a3f6cef0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)