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 | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-WIN | テ・Mツ篠渉修 | 11000011101001010100110111000010100011101100001010001111110000101000111101000011 | c3a54dc28ec28fc28f43 |
EUC-JP | テ・Mツ篠渉修 | 10001110110000111000111010100101010011011000111011000010101111001100010010111110110001001011110110100100 | 8ec38ea54d8ec2bcc4bec4bda4 |
UTF-8 | テ・Mツ篠渉修 | 11101111101111101000001111101111101111011010010101001101111011111011111010000010111001111010111110100000111001101011100010001001111001001011111110101110 | efbe83efbda54defbe82e7afa0e6b889e4bfae |
UHC | ??M?篠?修 | 001111110011111101001101001111111110000111000110001111111110000111110011 | 3f3f4d3fe1c63fe1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)